Tweaked the mergedevbranch script.

- Legacy-Id: 8981
This commit is contained in:
Henrik Levkowetz 2015-02-04 22:39:25 +00:00
parent bcfa4aaf1d
commit a3a6667cd9

View file

@ -206,7 +206,7 @@ read -p "Continue with the commit? [Y/n] "
[ "$REPLY" = "Y" -o "$REPLY" = "y" -o "$REPLY" = "" ] || ARG_COMMIT=0
if [ "$ARG_COMMIT" != 0 ]; then
echo "Ensuring we're up-to-date:"
echo "Svn update:"
svn up
echo "Committing the merge:"
echo ""