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

Unified Diff: update_depot_tools.bat

Issue 203463004: Update to git-1.9.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: nits Created 6 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
« no previous file with comments | « update_depot_tools ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_depot_tools.bat
diff --git a/update_depot_tools.bat b/update_depot_tools.bat
index fd3e9a22e8e54130ba0d11b567b7863025bbda46..1560eb78ac7163ea66c1ec85cea63359b045ebe3 100644
--- a/update_depot_tools.bat
+++ b/update_depot_tools.bat
@@ -21,11 +21,8 @@ SHIFT
set GIT_URL=https://chromium.googlesource.com/chromium/tools/depot_tools.git
-:: Will download svn and python.
-:: If you don't want to install the depot_tools version of these tools, remove
-:: the 'force' option on the next command. The tools will be installed only if
-:: not already in the PATH environment variable.
-call "%DEPOT_TOOLS_DIR%bootstrap\win\win_tools.bat" force
+:: Will download git, svn and python.
+call "%DEPOT_TOOLS_DIR%bootstrap\win\win_tools.bat"
if errorlevel 1 goto :EOF
:: Now clear errorlevel so it can be set by other programs later.
set errorlevel=
« no previous file with comments | « update_depot_tools ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698