Reviewers: Michael Achenbach, Jakob Kummerow,
Message:
PTAL
Description:
Add 'LOG=N' line to merge-to-branch.sh to avoid presubmit errors when
merging to
branch.
Please review this at https://codereview.chromium.org/128223002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M tools/merge-to-branch.sh
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"
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.