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

Unified Diff: git-cl

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-cherry-pick-upload ('k') | git-drover » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-cl
diff --git a/git-cl b/git-cl
index 12b19e30f0e5264a5793bbbcc18a2e4019b70918..935365f9761e57d5f46ff78193fef1a4dcbcd079 100755
--- a/git-cl
+++ b/git-cl
@@ -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-cherry-pick-upload ('k') | git-drover » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698