Tweaked the bin/mergedevbranch utility command

- Legacy-Id: 17193
This commit is contained in:
Henrik Levkowetz 2020-01-07 17:32:36 +00:00
parent 753ff1e5be
commit 722a60882a

View file

@ -156,6 +156,7 @@ read -p "Continue with diff? [Y/n] "
[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || exit
note "Diff:"
note "svn diff -c $rev $repo/$branch"
svn diff -c $rev $repo/$branch | less
echo ""