| Index: tools/push-to-trunk/common_includes.py
|
| diff --git a/tools/push-to-trunk/common_includes.py b/tools/push-to-trunk/common_includes.py
|
| index 670ecead6dcbdcba5c9c4c20032ae116b8cb4795..266d1fe2ea8252007bb7921a4721188f3f6dc2a0 100644
|
| --- a/tools/push-to-trunk/common_includes.py
|
| +++ b/tools/push-to-trunk/common_includes.py
|
| @@ -546,7 +546,8 @@ class UploadStep(Step):
|
| self.DieNoManualMode("A reviewer must be specified in forced mode.")
|
| reviewer = self.ReadLine()
|
| self.GitUpload(reviewer, self._options.author, self._options.force_upload,
|
| - bypass_hooks=self._options.bypass_upload_hooks)
|
| + bypass_hooks=self._options.bypass_upload_hooks,
|
| + cc=self._options.cc)
|
|
|
|
|
| class DetermineV8Sheriff(Step):
|
|
|