color: reflect the new default in global help topic stable
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 01 May 2017 15:38:07 +0200
branchstable
changeset 32091 a8f15bf89f88
parent 32090 c401be738268
child 32092 1e0f3723d658
color: reflect the new default in global help topic We point out that color is enabled by default.
mercurial/help/color.txt
--- 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
 ====