From c8c7fec48a56409f613d8771e6507a82ab50bcbe Mon Sep 17 00:00:00 2001 From: Anton Shestakov Date: Mon, 13 Aug 2018 14:52:10 +0800 Subject: [PATCH] hg completion: complete --color=debug too --- share/completions/hg.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/hg.fish b/share/completions/hg.fish index b82bbd555..83a58df5f 100644 --- a/share/completions/hg.fish +++ b/share/completions/hg.fish @@ -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 -s h -l help -d "display help and exit" 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" # subcommands