Revision: 18494
Author:   [email protected]
Date:     Wed Jan  8 14:04:14 2014 UTC
Log: Add 'LOG=N' line to merge-to-branch.sh to avoid presubmit errors when merging to branch.

[email protected]

Review URL: https://codereview.chromium.org/128223002
http://code.google.com/p/v8/source/detail?r=18494

Modified:
 /branches/bleeding_edge/tools/merge-to-branch.sh

=======================================
--- /branches/bleeding_edge/tools/merge-to-branch.sh Tue Dec 3 14:30:36 2013 UTC +++ /branches/bleeding_edge/tools/merge-to-branch.sh Wed Jan 8 14:04:14 2014 UTC
@@ -179,6 +179,7 @@
   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.

Reply via email to