changeset 32094:2de67783dd31 stable

color: point to the global help in the example hgrc This is probably the best way to have users learn more is they need too.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 01 May 2017 15:40:41 +0200
parents 4d438efb825a
children c52728b383b4
files mercurial/ui.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/ui.py	Mon May 01 15:39:50 2017 +0200
+++ b/mercurial/ui.py	Mon May 01 15:40:41 2017 +0200
@@ -52,6 +52,7 @@
 username =
 
 # uncomment to disable color in command output
+# (see 'hg help color' for details)
 # color = never
 
 [extensions]
@@ -98,6 +99,7 @@
 
 [ui]
 # uncomment to disable color in command output
+# (see 'hg help color' for details)
 # color = never
 
 [extensions]