summaryrefslogtreecommitdiff
path: root/svnup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'svnup.sh')
-rwxr-xr-xsvnup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/svnup.sh b/svnup.sh
index bb0adee78..1ade2f9da 100755
--- a/svnup.sh
+++ b/svnup.sh
@@ -18,7 +18,7 @@ cat svn.log
# if the revision number changed
if [ "$Base" -ne "`svn info | grep "Revision" | xargs -n 1 | tail -n 1`" ]; then
# displays the log changes
-svn log -r HEAD:$(($Base + 1))
+svn log -v -r HEAD:$(($Base + 1))
fi
# displays merged files