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

pull/155/head
pasky 20 years ago
parent 6ecac0a6f0
commit b9252a268b

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