##// END OF EJS Templates
zsh completion: fix error in qfinish completions from 88a82069be4a...
Augie Fackler -
r16330:a5a3af00 default
parent child Browse files
Show More
@@ -882,7 +882,7 b' typeset -A _hg_cmd_globals'
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
General Comments 0
You need to be logged in to leave comments. Login now