hg completion: complete --color=debug too

This commit is contained in:
Anton Shestakov 2018-08-13 14:52:10 +08:00
parent fa66ac8d8c
commit c8c7fec48a

View file

@ -381,7 +381,7 @@ complete -c hg -l profile -d "print command execution profile"
complete -c hg -l version -d "output version information and exit" complete -c hg -l version -d "output version information and exit"
complete -c hg -s h -l help -d "display help and exit" complete -c hg -s h -l help -d "display help and exit"
complete -c hg -l hidden -d "consider hidden changesets" complete -c hg -l hidden -d "consider hidden changesets"
complete -c hg -l color -x -a "true false always auto never" -d "when to colorize" complete -c hg -l color -x -a "true false always auto never debug" -d "when to colorize"
complete -c hg -l pager -x -a "true false always auto never" -d "when to paginate" complete -c hg -l pager -x -a "true false always auto never" -d "when to paginate"
# subcommands # subcommands