diff options
author | pasky <pasky@openttd.org> | 2005-03-27 15:13:51 +0000 |
---|---|---|
committer | pasky <pasky@openttd.org> | 2005-03-27 15:13:51 +0000 |
commit | 60bb2374d6fcb24eaec82eae2470e3e0d65c0213 (patch) | |
tree | dd8c69e4ea4fbe421d0c524eb1651034d93b040e /svnup.sh | |
parent | 8acc24f0004807b8ba2ad6e4bafece983578238d (diff) | |
download | openttd-60bb2374d6fcb24eaec82eae2470e3e0d65c0213.tar.xz |
(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).
Diffstat (limited to 'svnup.sh')
-rwxr-xr-x | svnup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |