diff mercurial/help/config.txt @ 32103:9a98023ac8db stable

color: special case 'always' in 'ui.color' This lift the confusing case, where 'ui.color=always' would actually not always use color.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 02 May 2017 20:19:09 +0200
parents 9a85ea1daf49
children f06d23af6cdf
line wrap: on
line diff
--- a/mercurial/help/config.txt	Tue May 02 20:01:54 2017 +0200
+++ b/mercurial/help/config.txt	Tue May 02 20:19:09 2017 +0200
@@ -1885,8 +1885,8 @@
 
 ``color``
     When to colorize output. Possible value are Boolean ("yes" or "no"), or
-    "debug". (default: "yes"). "yes" will use color whenever it seems possible.
-    See :hg:`help color` for details.
+    "debug", or "always". (default: "yes"). "yes" will use color whenever it
+    seems possible. See :hg:`help color` for details.
 
 ``commitsubrepos``
     Whether to commit modified subrepositories when committing the