Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | roll-dep.bat » ('j') | roll_dep.py » ('J')
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') | roll_dep.py » ('J')

Powered by Google App Engine