##// END OF EJS Templates
zsh: complete qguard with +/- guard prefixes
Brendan Cully -
r3543:fe9c1e88 default
parent child Browse files
Show More
@@ -519,6 +519,7 b' typeset -A _hg_cmd_globals'
519 _hg_qguards() {
519 _hg_qguards() {
520 typeset -a guards
520 typeset -a guards
521 local guard
521 local guard
522 compset -P "+|-"
522 _hg_cmd qselect -s | while read guard
523 _hg_cmd qselect -s | while read guard
523 do
524 do
524 guards+=(${guard#(+|-)})
525 guards+=(${guard#(+|-)})
General Comments 0
You need to be logged in to leave comments. Login now