Tweaked the mergedevbranch script.
- Legacy-Id: 4713
This commit is contained in:
parent
e0ce3838d9
commit
4730c1514f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue