Skip to content

Commit 722a608

Browse files
committed
Tweaked the bin/mergedevbranch utility command
- Legacy-Id: 17193
1 parent 753ff1e commit 722a608

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/mergedevbranch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ read -p "Continue with diff? [Y/n] "
156156
[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || exit
157157
158158
note "Diff:"
159+
note "svn diff -c $rev $repo/$branch"
159160
svn diff -c $rev $repo/$branch | less
160161
161162
echo ""

0 commit comments

Comments
 (0)