changeset 32091:a8f15bf89f88 stable

color: reflect the new default in global help topic We point out that color is enabled by default.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 01 May 2017 15:38:07 +0200
parents c401be738268
children 1e0f3723d658
files mercurial/help/color.txt
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 ====