Index: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py |
index 801e1c56414a3a8d30f663999e882bd2e36b810c..76392e28977c282e3377fb97d2db441b18dfbd0a 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_mock.py |
@@ -100,7 +100,8 @@ class MockSCM(object): |
def local_commits(self): |
"""For testing purposes, returns the internal recording of commits made via commit_locally_with_message. |
- Format as [ message, commit_all_working_directory_changes, author ].""" |
+ Format as [ message, commit_all_working_directory_changes, author ]. |
+ """ |
return self._local_commits |
def delete(self, path): |