Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1098)

Unified Diff: tools/push-to-trunk/merge_to_branch.py

Issue 603113002: Add myself to CC in merge_to_branch.py (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/push-to-trunk/merge_to_branch.py
diff --git a/tools/push-to-trunk/merge_to_branch.py b/tools/push-to-trunk/merge_to_branch.py
index 3fd34507ea57a0307f4e5bedefeaada278733600..ce02b0842411f93f9be452657dba6f0ea2002d7d 100755
--- a/tools/push-to-trunk/merge_to_branch.py
+++ b/tools/push-to-trunk/merge_to_branch.py
@@ -293,6 +293,8 @@ class MergeToBranch(ScriptsBase):
print "You must specify a merge comment if no patches are specified"
return False
options.bypass_upload_hooks = True
+ # CC ulan to make sure that fixes are merged to Google3.
+ options.cc = "ulan@chromium.org"
jochen (gone - plz use gerrit) 2014/09/25 09:48:32 you could try to be smart about the branch name an
return True
def _Config(self):

Powered by Google App Engine
This is Rietveld 408576698