contrib/zsh_completion
changeset 16330 a5a3af000e0d
parent 15645 88a82069be4a
child 17004 a1d86396d8c1
equal deleted inserted replaced
16329:b3fefbb95aad 16330:a5a3af000e0d
   880   '*:pattern:_hg_files'
   880   '*:pattern:_hg_files'
   881 }
   881 }
   882 
   882 
   883 _hg_cmd_qfinish() {
   883 _hg_cmd_qfinish() {
   884   _arguments -s -w : $_hg_global_opts \
   884   _arguments -s -w : $_hg_global_opts \
   885   '(--all -a)'{-a,--all}'[finish all patches]' \
   885   '(--applied -a)'{-a,--applied}'[finish all applied patches]' \
   886   '*:patch:_hg_qapplied'
   886   '*:patch:_hg_qapplied'
   887 }
   887 }
   888 
   888 
   889 _hg_cmd_qfold() {
   889 _hg_cmd_qfold() {
   890   _arguments -s -w : $_hg_global_opts $_h_commit_opts \
   890   _arguments -s -w : $_hg_global_opts $_h_commit_opts \