Show More
@@ -206,6 +206,18 b' shopt -s extglob' | |||||
206 | _hg_fix_wordlist |
|
206 | _hg_fix_wordlist | |
207 | return |
|
207 | return | |
208 | ;; |
|
208 | ;; | |
|
209 | --color) | |||
|
210 | local choices='true false yes no always auto never debug' | |||
|
211 | COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$choices' -- "$cur")) | |||
|
212 | _hg_fix_wordlist | |||
|
213 | return | |||
|
214 | ;; | |||
|
215 | --pager) | |||
|
216 | local choices='true false yes no always auto never' | |||
|
217 | COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$choices' -- "$cur")) | |||
|
218 | _hg_fix_wordlist | |||
|
219 | return | |||
|
220 | ;; | |||
209 | esac |
|
221 | esac | |
210 |
|
222 | |||
211 | if [ -z "$cmd" ] || [ $COMP_CWORD -eq $i ]; then |
|
223 | if [ -z "$cmd" ] || [ $COMP_CWORD -eq $i ]; then |
General Comments 0
You need to be logged in to leave comments.
Login now