Chromium Code Reviews| Index: tools/merge-to-branch.sh |
| diff --git a/tools/merge-to-branch.sh b/tools/merge-to-branch.sh |
| index 7b9d3b4b0841de92f1c5618c92cb92d1358b8034..2df24c1ad57c5c7f85f9a0496f7fe036828a38ee 100755 |
| --- a/tools/merge-to-branch.sh |
| +++ b/tools/merge-to-branch.sh |
| @@ -179,6 +179,7 @@ revisions associated with the patches." |
| done |
| if [ -n "$BUG_AGGREGATE" ] ; then |
| echo "BUG=$BUG_AGGREGATE" >> $COMMITMSG_FILE |
| + echo "LOG=N" >> $COMMITMSG_FILE |
| fi |
| persist "NEW_COMMIT_MSG" |
| persist "REVISION_LIST" |