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

Unified Diff: gclient.bat

Issue 756233003: Run "svn revert" in update_depot_tools --force (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 1 month 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 | « gclient ('k') | update_depot_tools » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.bat
diff --git a/gclient.bat b/gclient.bat
index 42984c0b96ad6b2a94d44263999d9f3472cdce14..d73e64197516a15c951af9ca0dbc76412f06bf57 100755
--- a/gclient.bat
+++ b/gclient.bat
@@ -8,7 +8,7 @@ setlocal
PATH=%~dp0;%PATH%
:: Synchronize the root directory before deferring control back to gclient.py.
-call "%~dp0\update_depot_tools.bat"
+call "%~dp0\update_depot_tools.bat" %*
:: Defer control.
%~dp0python "%~dp0\gclient.py" %*
« no previous file with comments | « gclient ('k') | update_depot_tools » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698