We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e3f65 commit c63b037Copy full SHA for c63b037
1 file changed
bin/mergedevbranch
@@ -206,6 +206,8 @@ read -p "Continue with the commit? [Y/n] "
206
[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || ARG_COMMIT=0
207
208
if [ "$ARG_COMMIT" != 0 ]; then
209
+ echo "Ensuring we're up-to-date:"
210
+ svn up
211
echo "Committing the merge:"
212
echo ""
213
svn commit -m "Merged in [$rev] from $who:
0 commit comments