From a3a6667cd94cddda14534a06ebaec9c2e973a0e5 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 4 Feb 2015 22:39:25 +0000 Subject: [PATCH] Tweaked the mergedevbranch script. - Legacy-Id: 8981 --- bin/mergedevbranch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""