| 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 b6e9fd6f8d877b384ff212647d6d0b2b55cabd38..f59a5b3824cb82e30deef1bcf2ee13d7c8f5d4f9 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
|
| @@ -83,6 +83,9 @@ class RebaselineCL(AbstractParallelRebaselineCommand):
|
|
|
| if options.dry_run:
|
| return
|
| + # NOTE(qyearsley): If this is changed to stage all new files with git,
|
| + # e.g. if update_scm is not False, then update_w3c_test_expectations.py
|
| + # should be changed to not call git add --all.
|
| self.rebaseline(options, test_prefix_list, update_scm=False)
|
|
|
| def _filter_existing(self, test_prefix_list):
|
|
|