| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py
|
| index e154f19e6e711f4f3a6861597408311159aeb038..dd29430c11252551befb815757a1fb113c2e799a 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_server.py
|
| @@ -82,6 +82,7 @@
|
| def _prepare_config(self, options, args, tool):
|
| results_directory = args[0]
|
| host = Host()
|
| + host.initialize_scm()
|
|
|
| print 'Parsing full_results.json...'
|
| results_json_path = host.filesystem.join(results_directory, 'full_results.json')
|
|
|