comparison tests/test-help.t @ 31123:df0a0734304a

color: update main documentation Now that the feature no longer lives in the extension, we document it in the help of the core config. This include the new 'ui.color' option introduced in the previous changesets. As a result the color extensions can now be deprecated. This is a documentation patch only; color is still disabled by default.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 21 Feb 2017 20:04:55 +0100
parents c4e8fa2b1c40
children 71f692f1f678
comparison
equal deleted inserted replaced
31122:53a60e95f154 31123:df0a0734304a
248 blackbox log repository events to a blackbox for debugging 248 blackbox log repository events to a blackbox for debugging
249 bugzilla hooks for integrating with the Bugzilla bug tracker 249 bugzilla hooks for integrating with the Bugzilla bug tracker
250 censor erase file content at a given revision 250 censor erase file content at a given revision
251 churn command to display statistics about repository history 251 churn command to display statistics about repository history
252 clonebundles advertise pre-generated bundles to seed clones 252 clonebundles advertise pre-generated bundles to seed clones
253 color colorize output from some commands
254 convert import revisions from foreign VCS repositories into 253 convert import revisions from foreign VCS repositories into
255 Mercurial 254 Mercurial
256 eol automatically manage newlines in repository files 255 eol automatically manage newlines in repository files
257 extdiff command to allow external programs to compare revisions 256 extdiff command to allow external programs to compare revisions
258 factotum http authentication with factotum 257 factotum http authentication with factotum
315 -y --noninteractive do not prompt, automatically pick the first choice for 314 -y --noninteractive do not prompt, automatically pick the first choice for
316 all prompts 315 all prompts
317 -q --quiet suppress output 316 -q --quiet suppress output
318 -v --verbose enable additional output 317 -v --verbose enable additional output
319 --color TYPE when to colorize (boolean, always, auto, never, or 318 --color TYPE when to colorize (boolean, always, auto, never, or
320 debug) (EXPERIMENTAL) 319 debug)
321 --config CONFIG [+] set/override config option (use 'section.name=value') 320 --config CONFIG [+] set/override config option (use 'section.name=value')
322 --debug enable debugging output 321 --debug enable debugging output
323 --debugger start debugger 322 --debugger start debugger
324 --encoding ENCODE set the charset encoding (default: ascii) 323 --encoding ENCODE set the charset encoding (default: ascii)
325 --encodingmode MODE set the charset encoding mode (default: strict) 324 --encodingmode MODE set the charset encoding mode (default: strict)
415 -y --noninteractive do not prompt, automatically pick the first choice for 414 -y --noninteractive do not prompt, automatically pick the first choice for
416 all prompts 415 all prompts
417 -q --quiet suppress output 416 -q --quiet suppress output
418 -v --verbose enable additional output 417 -v --verbose enable additional output
419 --color TYPE when to colorize (boolean, always, auto, never, or 418 --color TYPE when to colorize (boolean, always, auto, never, or
420 debug) (EXPERIMENTAL) 419 debug)
421 --config CONFIG [+] set/override config option (use 'section.name=value') 420 --config CONFIG [+] set/override config option (use 'section.name=value')
422 --debug enable debugging output 421 --debug enable debugging output
423 --debugger start debugger 422 --debugger start debugger
424 --encoding ENCODE set the charset encoding (default: ascii) 423 --encoding ENCODE set the charset encoding (default: ascii)
425 --encodingmode MODE set the charset encoding mode (default: strict) 424 --encodingmode MODE set the charset encoding mode (default: strict)
2520 <tr><td>-v</td> 2519 <tr><td>-v</td>
2521 <td>--verbose</td> 2520 <td>--verbose</td>
2522 <td>enable additional output</td></tr> 2521 <td>enable additional output</td></tr>
2523 <tr><td></td> 2522 <tr><td></td>
2524 <td>--color TYPE</td> 2523 <td>--color TYPE</td>
2525 <td>when to colorize (boolean, always, auto, never, or debug) (EXPERIMENTAL)</td></tr> 2524 <td>when to colorize (boolean, always, auto, never, or debug)</td></tr>
2526 <tr><td></td> 2525 <tr><td></td>
2527 <td>--config CONFIG [+]</td> 2526 <td>--config CONFIG [+]</td>
2528 <td>set/override config option (use 'section.name=value')</td></tr> 2527 <td>set/override config option (use 'section.name=value')</td></tr>
2529 <tr><td></td> 2528 <tr><td></td>
2530 <td>--debug</td> 2529 <td>--debug</td>
2721 <tr><td>-v</td> 2720 <tr><td>-v</td>
2722 <td>--verbose</td> 2721 <td>--verbose</td>
2723 <td>enable additional output</td></tr> 2722 <td>enable additional output</td></tr>
2724 <tr><td></td> 2723 <tr><td></td>
2725 <td>--color TYPE</td> 2724 <td>--color TYPE</td>
2726 <td>when to colorize (boolean, always, auto, never, or debug) (EXPERIMENTAL)</td></tr> 2725 <td>when to colorize (boolean, always, auto, never, or debug)</td></tr>
2727 <tr><td></td> 2726 <tr><td></td>
2728 <td>--config CONFIG [+]</td> 2727 <td>--config CONFIG [+]</td>
2729 <td>set/override config option (use 'section.name=value')</td></tr> 2728 <td>set/override config option (use 'section.name=value')</td></tr>
2730 <tr><td></td> 2729 <tr><td></td>
2731 <td>--debug</td> 2730 <td>--debug</td>