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

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

Issue 2801393002: Remove remaining references to SVN. (Closed)
Patch Set: Remove unnecessary test Created 3 years, 8 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/auto_rebaseline.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py
index e0ede1135d535e7df0ecb280e1b4a76dc556a958..1f2bde21988e847bb31a18dfebd2789d29fc1a4a 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py
@@ -202,9 +202,6 @@ class AutoRebaseline(AbstractParallelRebaselineCommand):
def execute(self, options, args, tool):
self._tool = tool
- if tool.git().executable_name == 'svn':
- _log.error('Auto rebaseline only works with a git checkout.')
- return
if not options.dry_run and tool.git().has_working_directory_changes():
_log.error('Cannot proceed with working directory changes. Clean working directory first.')

Powered by Google App Engine
This is Rietveld 408576698