color: reflect the new default in global help topic
We point out that color is enabled by default.
--- a/mercurial/help/color.txt Mon May 01 11:04:10 2017 -0700
+++ b/mercurial/help/color.txt Mon May 01 15:38:07 2017 +0200
@@ -1,15 +1,20 @@
-Mercurial can colorizes output from several commands.
+Mercurial colorizes output from several commands.
For example, the diff command shows additions in green and deletions
in red, while the status command shows modified files in magenta. Many
other commands have analogous colors. It is possible to customize
these colors.
-To enable color use::
+To enable color (default) use::
[ui]
color = auto
+To disable color use::
+
+ [ui]
+ color = never
+
Mode
====