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

Unified Diff: git-freeze

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-footers ('k') | git-map » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-freeze
diff --git a/git-freeze b/git-freeze
index 5e485bb28a4a825a6e9b847c5c82bd9416f27dc1..ffba0cbe772c447a99411e3fb9ca57bc54ec07d3 100755
--- a/git-freeze
+++ b/git-freeze
@@ -5,4 +5,4 @@
SCRIPT=git_freezer.py
set -- freeze "$@"
-. $(type -P python_git_runner.sh)
+. $(type -P python_runner.sh)
« no previous file with comments | « git-footers ('k') | git-map » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698