Show More
@@ -553,11 +553,11 b' typeset -A _hg_cmd_globals' | |||
|
553 | 553 | _hg_cmd_bundle() { |
|
554 | 554 | _arguments -s -S : $_hg_global_opts $_hg_remote_opts \ |
|
555 | 555 | '(--force -f)'{-f,--force}'[run even when the destination is unrelated]' \ |
|
556 | '(2)*--base[a base changeset assumed to be available at the destination]:revision:_hg_labels' \ | |
|
556 | '(2)*--base=[a base changeset assumed to be available at the destination]:revision:_hg_labels' \ | |
|
557 | 557 | '*'{-b+,--branch=}'[a specific branch you would like to bundle]:branch:_hg_branches' \ |
|
558 | 558 | '*'{-r+,--rev=}'[a changeset intended to be added to the destination]:revision:_hg_labels' \ |
|
559 | 559 | '(--all -a)'{-a,--all}'[bundle all changesets in the repository]' \ |
|
560 | '--type[bundle compression type to use (default: bzip2)]:bundle type' \ | |
|
560 | '(--type -t)'{-t+,--type=}'[bundle compression type to use (default: bzip2)]:bundle type' \ | |
|
561 | 561 | ':output file:_files' \ |
|
562 | 562 | ':destination repository:_files -/' |
|
563 | 563 | } |
General Comments 0
You need to be logged in to leave comments.
Login now