We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753ff1e commit 722a608Copy full SHA for 722a608
1 file changed
bin/mergedevbranch
@@ -156,6 +156,7 @@ read -p "Continue with diff? [Y/n] "
156
[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || exit
157
158
note "Diff:"
159
+note "svn diff -c $rev $repo/$branch"
160
svn diff -c $rev $repo/$branch | less
161
162
echo ""
0 commit comments