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

Unified Diff: git_common.py

Issue 1629253002: git hyper-blame: Added approx. line number translation. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@git-hyper-blame
Patch Set: Added Caveats section to man page. Created 4 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 | « no previous file | git_hyper_blame.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_common.py
diff --git a/git_common.py b/git_common.py
index d571f820b7de02bd4bd3814716912d89dffa7f3d..949ba4695e0437f1ef6b9b078a9fca70f27377f5 100644
--- a/git_common.py
+++ b/git_common.py
@@ -374,6 +374,10 @@ def del_config(option, scope='local'):
pass
+def diff(oldrev, newrev, *args):
+ return run('diff', oldrev, newrev, *args)
+
+
def freeze():
took_action = False
« no previous file with comments | « no previous file | git_hyper_blame.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698