summaryrefslogtreecommitdiff
path: root/svnup.sh
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-03-27 15:13:51 +0000
committerpasky <pasky@openttd.org>2005-03-27 15:13:51 +0000
commitb9252a268ba852879a6556ecf7aaace4d4611e4b (patch)
treedd8c69e4ea4fbe421d0c524eb1651034d93b040e /svnup.sh
parent6ecac0a6f0ae3756b5f73aaf2b869417ce370c79 (diff)
downloadopenttd-b9252a268ba852879a6556ecf7aaace4d4611e4b.tar.xz
(svn r2087) Show also the modified filenames along each change in svn log. Prevents enraging Darkvater, and we show the commit messages along changed files everywhere else too (on IRC and in mail).
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