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 ' |