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

Unified Diff: git-retry

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-reparent-branch ('k') | git-squash-branch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-retry
diff --git a/git-retry b/git-retry
index beb0976d3332eee3f172abcc0c19d9c02cd13795..014743a6a25c2e7164eeada66f401d2dbb26589b 100755
--- a/git-retry
+++ b/git-retry
@@ -5,4 +5,4 @@
SCRIPT=git_retry.py
set -- retry "$@"
-. $(type -P python_git_runner.sh)
+. $(type -P python_runner.sh)
« no previous file with comments | « git-reparent-branch ('k') | git-squash-branch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698