Index: git_cl_hooks.py |
=================================================================== |
--- git_cl_hooks.py (revision 34496) |
+++ git_cl_hooks.py (working copy) |
@@ -58,7 +58,7 @@ |
watchlist = watchlists.Watchlists(options.change.RepositoryRoot()) |
files = [f.LocalPath() for f in options.change.AffectedFiles()] |
watchers = watchlist.GetWatchersForPaths(files) |
- Backquote(['git', 'config', '--add', |
+ Backquote(['git', 'config', '--replace-all', |
'rietveld.extracc', ','.join(watchers)]) |
# Run the presubmit checks. |