##// END OF EJS Templates
zsh completion: tweak options for `incoming`, `outgoing` and `rebase`...
Nikolaj Sjujskij -
r17403:02ed64ca default
parent child Browse files
Show More
@@ -689,7 +689,7 b' typeset -A _hg_cmd_globals'
689 _arguments -s -w : $_hg_log_opts $_hg_branch_bmark_opts $_hg_remote_opts \
689 _arguments -s -w : $_hg_log_opts $_hg_branch_bmark_opts $_hg_remote_opts \
690 $_hg_subrepos_opts \
690 $_hg_subrepos_opts \
691 '(--force -f)'{-f,--force}'[run even when the remote repository is unrelated]' \
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_tags' \
692 '(--rev -r)'{-r+,--rev}'[a specific revision up to which you would like to pull]:revision:_hg_labels' \
693 '(--newest-first -n)'{-n,--newest-first}'[show newest record first]' \
693 '(--newest-first -n)'{-n,--newest-first}'[show newest record first]' \
694 '--bundle[file to store the bundles into]:bundle file:_files' \
694 '--bundle[file to store the bundles into]:bundle file:_files' \
695 ':source:_hg_remote'
695 ':source:_hg_remote'
@@ -743,7 +743,7 b' typeset -A _hg_cmd_globals'
743 _arguments -s -w : $_hg_log_opts $_hg_branch_bmark_opts $_hg_remote_opts \
743 _arguments -s -w : $_hg_log_opts $_hg_branch_bmark_opts $_hg_remote_opts \
744 $_hg_subrepos_opts \
744 $_hg_subrepos_opts \
745 '(--force -f)'{-f,--force}'[run even when the remote repository is unrelated]' \
745 '(--force -f)'{-f,--force}'[run even when the remote repository is unrelated]' \
746 '(--rev -r)'{-r+,--rev}'[a specific revision you would like to push]' \
746 '*'{-r,--rev}'[a specific revision you would like to push]:revision:_hg_revrange' \
747 '(--newest-first -n)'{-n,--newest-first}'[show newest record first]' \
747 '(--newest-first -n)'{-n,--newest-first}'[show newest record first]' \
748 ':destination:_hg_remote'
748 ':destination:_hg_remote'
749 }
749 }
@@ -1169,9 +1169,9 b' typeset -A _hg_cmd_globals'
1169 _hg_cmd_rebase() {
1169 _hg_cmd_rebase() {
1170 _arguments -s -w : $_hg_global_opts $_hg_commit_opts $_hg_mergetool_opts \
1170 _arguments -s -w : $_hg_global_opts $_hg_commit_opts $_hg_mergetool_opts \
1171 '*'{-r,--rev}'[rebase these revisions]:revision:_hg_revrange' \
1171 '*'{-r,--rev}'[rebase these revisions]:revision:_hg_revrange' \
1172 '(--source -s)'{-s,--source}'[rebase from the specified changeset]:revision:_hg_labels' \
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' \
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]' \
1174 '(--dest -d)'{-d+,--dest}'[rebase onto the specified changeset]:revision:_hg_labels' \
1175 '--collapse[collapse the rebased changeset]' \
1175 '--collapse[collapse the rebased changeset]' \
1176 '--keep[keep original changeset]' \
1176 '--keep[keep original changeset]' \
1177 '--keepbranches[keep original branch name]' \
1177 '--keepbranches[keep original branch name]' \
General Comments 0
You need to be logged in to leave comments. Login now