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

Unified Diff: sky/tools/webkitpy/common/checkout/scm/git.py

Issue 944193003: Add a dedicated pretty-diff command. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/tools/pretty-diff ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/common/checkout/scm/git.py
diff --git a/sky/tools/webkitpy/common/checkout/scm/git.py b/sky/tools/webkitpy/common/checkout/scm/git.py
index 909bd8ccd1141df0c6b11d7e7a74f8ab3c85ffda..81971531f0a70152325fa2b97d211e0559408fc4 100644
--- a/sky/tools/webkitpy/common/checkout/scm/git.py
+++ b/sky/tools/webkitpy/common/checkout/scm/git.py
@@ -32,6 +32,10 @@ import logging
import os
import re
+# This import isn't used, but it's needed for the
+# path_to_module('webkitpy.common.config') call in create_patch.
+import webkitpy.common.config
+
from webkitpy.common.checkout.scm.scm import SCM
from webkitpy.common.memoized import memoized
from webkitpy.common.system.executive import Executive, ScriptError
« no previous file with comments | « sky/tools/pretty-diff ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698