| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py
|
| index 4f20841142c482c6a225a7db7783dba320467f78..73da6791574f5c48d062e628e25b8522476e30b8 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py
|
| @@ -136,6 +136,6 @@ class SCM:
|
| def supports_local_commits():
|
| SCM._subclass_must_implement()
|
|
|
| - def commit_locally_with_message(self, message, commit_all_working_directory_changes=True):
|
| + def commit_locally_with_message(self, message):
|
| _log.error("Your source control manager does not support local commits.")
|
| sys.exit(1)
|
|
|