Chromium Code Reviews| Index: git_cl_hooks.py |
| =================================================================== |
| --- git_cl_hooks.py (revision 33988) |
| +++ git_cl_hooks.py (working copy) |
| @@ -59,7 +59,7 @@ |
| files = [f.LocalPath() for f in options.change.AffectedFiles()] |
| watchers = watchlist.GetWatchersForPaths(files) |
| Backquote(['git', 'config', '--add', |
| - 'rietveld.extra_cc', ','.join(watchers)]) |
| + 'rietveld.extracc', ','.join(watchers)]) |
| # Run the presubmit checks. |
| if presubmit_support.DoPresubmitChecks(options.change, |