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" |
return True |
def _Config(self): |