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

Unified Diff: bootstrap/update_depot_tools.bat

Issue 9751009: Fix git depot_tools update flow. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools
Patch Set: Created 8 years, 9 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
Index: bootstrap/update_depot_tools.bat
diff --git a/bootstrap/update_depot_tools.bat b/bootstrap/update_depot_tools.bat
index a0aae4d23d532abcc4bf7d1f87e4b435891a8e27..cc0e2fa3b902e97c7a54dd99ea6f0a3941253425 100755
--- a/bootstrap/update_depot_tools.bat
+++ b/bootstrap/update_depot_tools.bat
@@ -4,6 +4,7 @@
:: found in the LICENSE file.
:: This batch file will try to sync the root directory.
+:: This bootstrap is only used in the svn workflow.
M-A Ruel 2012/03/20 15:19:13 It'd be nice if it was used by the git workflow to
:: Shall skip automatic update?
IF "%DEPOT_TOOLS_UPDATE%" == "0" GOTO :EOF

Powered by Google App Engine
This is Rietveld 408576698