diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -324,6 +324,9 @@ def InitParser(parser, gitc_init=False): | |||
324 | group.add_option(*cbr_opts, | 324 | group.add_option(*cbr_opts, |
325 | dest='current_branch_only', action='store_true', | 325 | dest='current_branch_only', action='store_true', |
326 | help='fetch only current manifest branch from server') | 326 | help='fetch only current manifest branch from server') |
327 | group.add_option('--no-current-branch', | ||
328 | dest='current_branch_only', action='store_false', | ||
329 | help='fetch all manifest branches from server') | ||
327 | group.add_option('--no-tags', | 330 | group.add_option('--no-tags', |
328 | dest='tags', default=True, action='store_false', | 331 | dest='tags', default=True, action='store_false', |
329 | help="don't fetch tags in the manifest") | 332 | help="don't fetch tags in the manifest") |