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

Unified Diff: git-upstream-diff

Issue 1415993003: Generalize python_git_runner for use in non-git scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 2 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 | « git-try ('k') | python_git_runner.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-upstream-diff
diff --git a/git-upstream-diff b/git-upstream-diff
index 7d44073e961456d09fed2c73ac0b502603de8ac8..ba16876d0400c85d9d287ee6d56a925ea2c7cb17 100755
--- a/git-upstream-diff
+++ b/git-upstream-diff
@@ -6,4 +6,4 @@
# git_upstream_diff.py -- Provide the diff between the current branch and its
# upstream.
-. $(type -P python_git_runner.sh)
+. $(type -P python_runner.sh)
« no previous file with comments | « git-try ('k') | python_git_runner.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698