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

Unified Diff: git-cl

Issue 9389030: Do not auto-update git-cl anymore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 10 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 | « no previous file | no next file » | 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 4f696f020b92f939a44d2a5f6c85670425345cb5..ea1c289d56e70351cb07d4b67ca1261f077a077a 100755
--- a/git-cl
+++ b/git-cl
@@ -8,7 +8,8 @@
base_dir=$(dirname "$0")
-"$base_dir"/update_depot_tools
+# Uncomment this line if you never use gclient.
+# "$base_dir"/update_depot_tools
# Test if this script is running under a MSys install. If it is, we will
# hardcode the path to Python where possible.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698