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

Unified Diff: roll-dep

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 | « no previous file | roll-dep.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: roll-dep
diff --git a/gcl b/roll-dep
similarity index 76%
copy from gcl
copy to roll-dep
index e48956de543194407cfd925ee186d55af5112464..19ddb8058a82082fb893a13b3fc11d85a431fdf8 100755
--- a/gcl
+++ b/roll-dep
@@ -5,4 +5,4 @@
base_dir=$(dirname "$0")
-PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/gcl.py" "$@"
+PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/roll_dep.py" "$@"
« no previous file with comments | « no previous file | roll-dep.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698