# HG changeset patch # User Martin von Zweigbergk # Date 1493661850 25200 # Node ID c401be7382687dbca5170beac371996b34f7d92a # Parent f942dc80819f2ff63a5626faea27e147d7505fd7 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. diff -r f942dc80819f -r c401be738268 mercurial/help/config.txt --- 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