summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/review')
-rwxr-xr-xscripts/review2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review b/scripts/review
index 133c78a94..422a75b64 100755
--- a/scripts/review
+++ b/scripts/review
@@ -165,5 +165,5 @@ fi
eend ${1:-0}
ebegin "Committing working copy to repository"
-svn commit -m "$commit_message"
+svn commit -m "Reviewed up to revision $*"
eend $?