(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 3e1dc56326ae
parent 1582 5ac8f9425c09
child 1584 aa7fe51c4368
(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