| 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.')
|
|
|