##// 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 519 _hg_qguards() {
520 520 typeset -a guards
521 521 local guard
522 compset -P "+|-"
522 523 _hg_cmd qselect -s | while read guard
523 524 do
524 525 guards+=(${guard#(+|-)})
General Comments 0
You need to be logged in to leave comments. Login now