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-map

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-freeze ('k') | git-map-branches » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-map
diff --git a/git-map b/git-map
index 03e8418ed8f1e9e194ac366cb16d5252b8503ea9..21cffeabb5975f897ad65e3b72621af6ab174330 100755
--- a/git-map
+++ b/git-map
@@ -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) | less -R
+. $(type -P python_runner.sh) | less -R
« no previous file with comments | « git-freeze ('k') | git-map-branches » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698