contrib/zsh_completion
changeset 11760 46039b2af349
parent 11646 91af149b5cd7
child 12168 ff4597f521a4
equal deleted inserted replaced
11759:05deba16c5d5 11760:46039b2af349
   899   '(--all -a :)'{-a,--all}'[apply all patches]' \
   899   '(--all -a :)'{-a,--all}'[apply all patches]' \
   900   '(--list -l)'{-l,--list}'[list patch name in commit text]' \
   900   '(--list -l)'{-l,--list}'[list patch name in commit text]' \
   901   '(--merge -m)'{-m+,--merge}'[merge from another queue]:' \
   901   '(--merge -m)'{-m+,--merge}'[merge from another queue]:' \
   902   '(--name -n)'{-n+,--name}'[merge queue name]:' \
   902   '(--name -n)'{-n+,--name}'[merge queue name]:' \
   903   '(--force -f)'{-f,--force}'[apply if the patch has rejects]' \
   903   '(--force -f)'{-f,--force}'[apply if the patch has rejects]' \
       
   904   '--move[reorder patch series and apply only the patch]' \
   904   ':patch:_hg_qunapplied'
   905   ':patch:_hg_qunapplied'
   905 }
   906 }
   906 
   907 
   907 _hg_cmd_qrefresh() {
   908 _hg_cmd_qrefresh() {
   908   _arguments -s -w : $_hg_global_opts $_hg_pat_opts $_hg_commit_opts \
   909   _arguments -s -w : $_hg_global_opts $_hg_pat_opts $_hg_commit_opts \