There was an error while loading. Please reload this page.
1 parent b91524f commit 348fa48Copy full SHA for 348fa48
2 files changed
bin/mergedevbranch
@@ -149,6 +149,13 @@ read -p "Continue with diff? [Y/n] "
149
note "Diff:"
150
svn diff -c $rev $repo/$branch | less
151
152
+read -p "Additional descriptive text (hit return for none): "
153
+if [ $REPLY != "" ]; then
154
+ comment="$REPLY
155
+
156
+$comment"
157
+fi
158
159
echo ""
160
read -p "Continue with the merge? [Y/n] "
161
[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || exit
ready-for-merge
@@ -7,5 +7,6 @@
7
8
# --- Add entries at the top ---
9
10
+personal/rcross/v5.0.2@7378
11
personal/jmh/v5.0.2@7375
12
personal/rjs/v4.90@7138 Was waiting for additional tests
0 commit comments