(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).

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
pasky 19 years ago
parent 8acc24f000
commit 60bb2374d6

@ -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

Loading…
Cancel
Save