Tweaked the mergedevbranch utility script.

- Legacy-Id: 7247
This commit is contained in:
Henrik Levkowetz 2014-02-16 17:04:33 +00:00
parent f59983ccd1
commit f3c676cb6d

View file

@ -160,7 +160,7 @@ else
fi
note "Writing commit script"
echo -e "#!/bin/bash\n\nsvn commit -m \"Merged [$rev] from $who: ${comment/\"/\'} ${fix/\"/\'}\"" > ../cicmd/commit-${rev}-merge.sh
echo -e "#!/bin/bash\n\nsvn commit -m \"Merged in [$rev] from $who:\n ${comment/\"/\'} ${fix/\"/\'}\"" > ../cicmd/commit-${rev}-merge.sh
chmod +x ../cicmd/commit-${rev}-merge.sh
M=$(svn st | cut -c 1-7 | grep -oh 'M' | head -n 1)