From df77742b931f9d1533b6b776d0704e2c0c20ee2a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 26 Jun 2014 09:42:53 +0000 Subject: [PATCH] Tweaked the mergedevbranch script. - Legacy-Id: 7934 --- bin/mergedevbranch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mergedevbranch b/bin/mergedevbranch index 19b96bb4c..e3fc5738b 100755 --- a/bin/mergedevbranch +++ b/bin/mergedevbranch @@ -209,7 +209,7 @@ read -p "Continue with the commit? [Y/n] " if [ "$ARG_COMMIT" != 0 ]; then echo "Committing the merge:" echo "" - svn commit -m "Merged [$rev] from $who: $comment $fix" + svn commit -m "Merged in [$rev] from $who:\n ${comment//\"/\'} ${fix//\"/\'}" else echo "This merge has not been committed yet." echo "To commit it, run this commit command: ../cicmd/commit-$rev-merge.sh"