##// END OF EJS Templates
bashcompletion: show available command-line switches for aliases...
Martijn Pieters -
r29386:63fad623 default
parent child Browse files
Show More
@@ -184,7 +184,7 b' shopt -s extglob'
184 184 return
185 185 fi
186 186
187 opts=$(_hg_cmd debugcomplete --options "$cmd")
187 opts=$(HGPLAINEXCEPT=alias _hg_cmd debugcomplete --options "$cmd")
188 188
189 189 COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$opts' -- "$cur"))
190 190 _hg_fix_wordlist
General Comments 0
You need to be logged in to leave comments. Login now