(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).
authorpasky
Sun, 27 Mar 2005 15:13:51 +0000
changeset 1583 7617a49e78e8
parent 1582 73fe170c1bb0
child 1584 7122e759d56c
(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).
svnup.sh
--- a/svnup.sh	Sun Mar 27 15:12:26 2005 +0000
+++ b/svnup.sh	Sun Mar 27 15:13:51 2005 +0000
@@ -18,7 +18,7 @@
 # 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