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

Unified Diff: git_cache.py

Issue 436963005: Added hyphen-only options (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 5 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 | git_cl.py » ('j') | git_cl.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cache.py
diff --git a/git_cache.py b/git_cache.py
index 59bd48cbc0c22a03552e510c77df2fed00ae7195..a0ac209bc7f245b5e8133c7a908c694f38366d23 100755
--- a/git_cache.py
+++ b/git_cache.py
@@ -544,7 +544,8 @@ def CMDpopulate(parser, args):
help='Specify additional refs to be fetched')
parser.add_option('--no_bootstrap', action='store_true',
iannucci 2014/08/01 23:49:21 this one?
help='Don\'t bootstrap from Google Storage')
- parser.add_option('--ignore_locks', action='store_true',
+ parser.add_option('--ignore_locks', '--ignore-locks',
+ action='store_true',
help='Don\'t try to lock repository')
options, args = parser.parse_args(args)
« no previous file with comments | « no previous file | git_cl.py » ('j') | git_cl.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698