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

Unified Diff: git-thaw

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-squash-branch ('k') | git-try » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-thaw
diff --git a/git-thaw b/git-thaw
index 74716f1cefe8b6a180b2ffccc76df7d804eb645d..8f6a4e36469d48fdc459652e4be13d498ad9bf48 100755
--- a/git-thaw
+++ b/git-thaw
@@ -10,4 +10,4 @@
SCRIPT=git_freezer.py
set -- thaw "$@"
-. $(type -P python_git_runner.sh)
+. $(type -P python_runner.sh)
« no previous file with comments | « git-squash-branch ('k') | git-try » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698