Show More
@@ -689,7 +689,7 b' typeset -A _hg_cmd_globals' | |||
|
689 | 689 | _arguments -s -w : $_hg_log_opts $_hg_branch_bmark_opts $_hg_remote_opts \ |
|
690 | 690 | $_hg_subrepos_opts \ |
|
691 | 691 | '(--force -f)'{-f,--force}'[run even when the remote repository is unrelated]' \ |
|
692 |
'(--rev -r)'{-r+,--rev}'[a specific revision up to which you would like to pull]:revision:_hg_ |
|
|
692 | '(--rev -r)'{-r+,--rev}'[a specific revision up to which you would like to pull]:revision:_hg_labels' \ | |
|
693 | 693 | '(--newest-first -n)'{-n,--newest-first}'[show newest record first]' \ |
|
694 | 694 | '--bundle[file to store the bundles into]:bundle file:_files' \ |
|
695 | 695 | ':source:_hg_remote' |
@@ -743,7 +743,7 b' typeset -A _hg_cmd_globals' | |||
|
743 | 743 | _arguments -s -w : $_hg_log_opts $_hg_branch_bmark_opts $_hg_remote_opts \ |
|
744 | 744 | $_hg_subrepos_opts \ |
|
745 | 745 | '(--force -f)'{-f,--force}'[run even when the remote repository is unrelated]' \ |
|
746 |
' |
|
|
746 | '*'{-r,--rev}'[a specific revision you would like to push]:revision:_hg_revrange' \ | |
|
747 | 747 | '(--newest-first -n)'{-n,--newest-first}'[show newest record first]' \ |
|
748 | 748 | ':destination:_hg_remote' |
|
749 | 749 | } |
@@ -1169,9 +1169,9 b' typeset -A _hg_cmd_globals' | |||
|
1169 | 1169 | _hg_cmd_rebase() { |
|
1170 | 1170 | _arguments -s -w : $_hg_global_opts $_hg_commit_opts $_hg_mergetool_opts \ |
|
1171 | 1171 | '*'{-r,--rev}'[rebase these revisions]:revision:_hg_revrange' \ |
|
1172 | '(--source -s)'{-s,--source}'[rebase from the specified changeset]:revision:_hg_labels' \ | |
|
1173 | '(--base -b)'{-b,--base}'[rebase from the base of the specified changeset]:revision:_hg_labels' \ | |
|
1174 | '(--dest -d)'{-d,--dest}'[rebase onto the specified changeset]' \ | |
|
1172 | '(--source -s)'{-s+,--source}'[rebase from the specified changeset]:revision:_hg_labels' \ | |
|
1173 | '(--base -b)'{-b+,--base}'[rebase from the base of the specified changeset]:revision:_hg_labels' \ | |
|
1174 | '(--dest -d)'{-d+,--dest}'[rebase onto the specified changeset]:revision:_hg_labels' \ | |
|
1175 | 1175 | '--collapse[collapse the rebased changeset]' \ |
|
1176 | 1176 | '--keep[keep original changeset]' \ |
|
1177 | 1177 | '--keepbranches[keep original branch name]' \ |
General Comments 0
You need to be logged in to leave comments.
Login now