(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).
This commit is contained in:
2
svnup.sh
2
svnup.sh
@@ -18,7 +18,7 @@ cat svn.log
|
|||||||
# if the revision number changed
|
# if the revision number changed
|
||||||
if [ "$Base" -ne "`svn info | grep "Revision" | xargs -n 1 | tail -n 1`" ]; then
|
if [ "$Base" -ne "`svn info | grep "Revision" | xargs -n 1 | tail -n 1`" ]; then
|
||||||
# displays the log changes
|
# displays the log changes
|
||||||
svn log -r HEAD:$(($Base + 1))
|
svn log -v -r HEAD:$(($Base + 1))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# displays merged files
|
# displays merged files
|
||||||
|
Reference in New Issue
Block a user