From 60bb2374d6fcb24eaec82eae2470e3e0d65c0213 Mon Sep 17 00:00:00 2001 From: pasky Date: Sun, 27 Mar 2005 15:13:51 +0000 Subject: [PATCH] (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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svnup.sh b/svnup.sh index bb0adee78f..1ade2f9daf 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