diff --git a/bin/mergedevbranch b/bin/mergedevbranch index fbfb4ec5f..8d7cfa95f 100755 --- a/bin/mergedevbranch +++ b/bin/mergedevbranch @@ -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 ""