# HG changeset patch # User pasky # Date 1111936431 0 # Node ID 7617a49e78e8837f97052da2188555bdda5e27b3 # Parent 73fe170c1bb03f3908a02a5b0a6fde2c19709388 (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). diff -r 73fe170c1bb0 -r 7617a49e78e8 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