Skip to content

Commit df77742

Browse files
committed
Tweaked the mergedevbranch script.
- Legacy-Id: 7934
1 parent fe2ea43 commit df77742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mergedevbranch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ read -p "Continue with the commit? [Y/n] "
209209
if [ "$ARG_COMMIT" != 0 ]; then
210210
echo "Committing the merge:"
211211
echo ""
212-
svn commit -m "Merged [$rev] from $who: $comment $fix"
212+
svn commit -m "Merged in [$rev] from $who:\n ${comment//\"/\'} ${fix//\"/\'}"
213213
else
214214
echo "This merge has not been committed yet."
215215
echo "To commit it, run this commit command: ../cicmd/commit-$rev-merge.sh"

0 commit comments

Comments
 (0)