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

Unified Diff: roll-dep.bat

Issue 318153003: Convenience tool for rolling git-style deps with an svn revision. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 6 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 | « roll-dep ('k') | roll_dep.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: roll-dep.bat
diff --git a/apply_issue.bat b/roll-dep.bat
similarity index 81%
copy from apply_issue.bat
copy to roll-dep.bat
index 7e052ee3454fe62be82602f0e2ad4b8f849a39aa..d8b69c27c2efb6c0e806f2fa8aad225a66c01291 100755
--- a/apply_issue.bat
+++ b/roll-dep.bat
@@ -2,10 +2,9 @@
:: Copyright (c) 2012 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
-setlocal
:: This is required with cygwin only.
PATH=%~dp0;%PATH%
:: Defer control.
-%~dp0python "%~dp0\apply_issue.py" %*
+%~dp0python "%~dp0\roll_dep.py" %*
« no previous file with comments | « roll-dep ('k') | roll_dep.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698