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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py

Issue 2679173005: Rename Host.scm -> Host.git. (Closed)
Patch Set: 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/tool/commands/pretty_diff.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py
index e6e53a8d52887222f1b980fde6c3dede6440d2a2..830d8b5637de5fb443a07f49166e8ae5f4787894 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py
@@ -81,8 +81,8 @@ class PrettyDiff(Command):
_log.warning("PrettyPatch unavailable.")
def _diff(self, options):
- changed_files = self._tool.scm().changed_files(options.git_commit)
- return self._tool.scm().create_patch(options.git_commit,
+ changed_files = self._tool.git().changed_files(options.git_commit)
+ return self._tool.git().create_patch(options.git_commit,
changed_files=changed_files)
def _open_pretty_diff(self, file_path):

Powered by Google App Engine
This is Rietveld 408576698