comparison tests/test-completion.t @ 31104:8346b2f09e79

color: add the definition of '--color' in core If we want to be able to move the initialisation in core, we need core to be aware of that '--color' flag at all time. So we now have the definition in core. That flag is currently unprocessed without the extensions (will be fixed soon). In addition the default value for this flag in core is 'never'. Enabling the extensions change that default value to 'auto'.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 21 Feb 2017 18:09:21 +0100
parents 9c2977ceaa46
children c4e8fa2b1c40
comparison
equal deleted inserted replaced
31103:c1997c5d1ae3 31104:8346b2f09e79
127 $ hg debugcomplete rawc 127 $ hg debugcomplete rawc
128 128
129 129
130 Show the global options 130 Show the global options
131 $ hg debugcomplete --options | sort 131 $ hg debugcomplete --options | sort
132 --color
132 --config 133 --config
133 --cwd 134 --cwd
134 --debug 135 --debug
135 --debugger 136 --debugger
136 --encoding 137 --encoding
156 $ hg debugcomplete --options serve | sort 157 $ hg debugcomplete --options serve | sort
157 --accesslog 158 --accesslog
158 --address 159 --address
159 --certificate 160 --certificate
160 --cmdserver 161 --cmdserver
162 --color
161 --config 163 --config
162 --cwd 164 --cwd
163 --daemon 165 --daemon
164 --daemon-postexec 166 --daemon-postexec
165 --debug 167 --debug