# HG changeset patch # User Pierre-Yves David # Date 1493646041 -7200 # Node ID 2de67783dd31c66be1677aa443b95eabb0129a75 # Parent 4d438efb825a38b3ce4aedc0e0260f7807496c0f 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. diff -r 4d438efb825a -r 2de67783dd31 mercurial/ui.py --- 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]