Tweaked the mergedevbranch script.

- Legacy-Id: 4713
This commit is contained in:
Henrik Levkowetz 2012-07-29 00:00:54 +00:00
parent e0ce3838d9
commit 4730c1514f

View file

@ -138,7 +138,7 @@ else
echo "This merge has not been committed yet."
echo "To commit it, run this commit command: ../commit-$rev-merge.sh"
echo ""
echo -e "#!/bin/bash\n\nsvn commit -m \"Merged [$rev] from $who: ${comment/\"/'} ${fix/\"/'}\"" > ../commit-$rev-merge.sh
echo -e "#!/bin/bash\n\nsvn commit -m \"Merged [$rev] from $who: ${comment/\"/\'} ${fix/\"/\'}\"" > ../commit-$rev-merge.sh
chmod +x ../commit-$rev-merge.sh
fi