Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1100)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py

Issue 2700283002: rebaseline-cl: Only support local branches, drop Rietveld support. (Closed)
Patch Set: Rebased Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py
index 2f887cebe2f9fac1beec79007ef9f32c0dce1dc1..4d6e4fee790d3688b7734d34eb2d3b11eb11aebb 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py
@@ -107,7 +107,7 @@ class MockGit(object):
if self._filesystem:
self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
- def changed_files(self):
+ def changed_files(self, diff_filter='ADM'):
return []
def unstaged_changes(self):

Powered by Google App Engine
This is Rietveld 408576698