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

Unified Diff: git-number

Issue 1411793006: 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-new-branch ('k') | git-rebase-update » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-number
diff --git a/git-number b/git-number
index a5037a438554a0eb4e462174c40acaa9a5b550eb..2b9c996d715302a0bfd34b91f7115d5bc355c696 100755
--- a/git-number
+++ b/git-number
@@ -3,4 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-. $(type -P python_git_runner.sh)
+. $(type -P python_runner.sh)
« no previous file with comments | « git-new-branch ('k') | git-rebase-update » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698