Mercurial > hg-stable
changeset 32090:c401be738268 stable
docs: describe ui.color consistently with --color
The --color option is described to accept "boolean, always, auto,
never, or debug". Let's use a similar description for ui.color. Also
fix the formatting to use double quotes as we seem to use for about
half the values in config.txt (the other half uses double
backticks). Also use uppercase Boolean for consistency within the
file.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 01 May 2017 11:04:10 -0700 |
parents | f942dc80819f |
children | a8f15bf89f88 |
files | mercurial/help/config.txt |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/config.txt Mon May 01 16:09:35 2017 +0200 +++ b/mercurial/help/config.txt Mon May 01 11:04:10 2017 -0700 @@ -1860,11 +1860,9 @@ By default, the first bundle advertised by the server is used. ``color`` - String: when to use to colorize output. possible value are auto, always, - never, or debug (default: auto). 'auto' will use color whenever it seems - possible. See :hg:`help color` for details. - - (in addition a boolean can be used in place always/never) + When to colorize output. Possible value are Boolean, "always", "auto", + "never", or "debug". (default: "auto"). "auto" will use color + whenever it seems possible. See :hg:`help color` for details. ``commitsubrepos`` Whether to commit modified subrepositories when committing the