Tweaked the bin/mergedevbranch utility command
- Legacy-Id: 17193
This commit is contained in:
parent
753ff1e5be
commit
722a60882a
|
@ -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 ""
|
||||
|
|
Loading…
Reference in a new issue