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

Unified Diff: roll_dep_svn.py

Issue 1147033003: Rename roll-dep to roll-dep-svn and add roll-dep for git. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 7 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
« roll_dep.py ('K') | « roll_dep.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: roll_dep_svn.py
diff --git a/roll_dep.py b/roll_dep_svn.py
similarity index 99%
copy from roll_dep.py
copy to roll_dep_svn.py
index 2e38b04d1aa64c530a7b4c944c31ae80d8dfaaf2..7d4853d4cf5bd9b91653f34b4e0fc4758e246783 100755
--- a/roll_dep.py
+++ b/roll_dep_svn.py
@@ -7,7 +7,7 @@
the parent repo's DEPS file with the corresponding git revision. Sample
invocation:
-[chromium/src]$ roll-dep third_party/WebKit 12345
+[chromium/src]$ roll-dep-svn third_party/WebKit 12345
After the script completes, the DEPS file will be dirty with the new revision.
The user can then:
@@ -360,7 +360,7 @@ def update_deps(deps_file, dep_path, dep_name, new_rev, comment):
def main(argv):
- usage = 'Usage: roll_dep.py [options] <dep path> <rev> [ <DEPS file> ]'
+ usage = 'Usage: roll-dep-svn [options] <dep path> <rev> [ <DEPS file> ]'
parser = optparse.OptionParser(usage=usage, description=__doc__)
parser.add_option('--no-verify-revision',
help='Don\'t verify the revision passed in. This '
« roll_dep.py ('K') | « roll_dep.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698