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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py

Issue 2261833003: Don't run git add/rm after rebaseline commands for rebaseline-cl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py
index eb72502cd108ab61d7eb80ff25522db553858d9e..c58b38bb2ebbba971412f99bd9f73b4602fddbf6 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py
@@ -66,7 +66,7 @@ class RebaselineCL(AbstractParallelRebaselineCommand):
if options.dry_run:
return
- self._rebaseline(options, test_prefix_list)
+ self._rebaseline(options, test_prefix_list, update_scm=False)
wkorman 2016/08/19 22:54:07 So in terms of addressing the bug, after this chan
qyearsley 2016/08/19 23:32:27 Right, exactly. Changes will be made but not stage
def _get_issue_number(self, options):
"""Gets the Rietveld CL number from either |options| or from the current local branch."""

Powered by Google App Engine
This is Rietveld 408576698