comparison mercurial/ui.py @ 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 726121fa86e1
comparison
equal deleted inserted replaced
32093:4d438efb825a 32094:2de67783dd31
50 # name and email, e.g. 50 # name and email, e.g.
51 # username = Jane Doe <jdoe@example.com> 51 # username = Jane Doe <jdoe@example.com>
52 username = 52 username =
53 53
54 # uncomment to disable color in command output 54 # uncomment to disable color in command output
55 # (see 'hg help color' for details)
55 # color = never 56 # color = never
56 57
57 [extensions] 58 [extensions]
58 # uncomment these lines to enable some popular extensions 59 # uncomment these lines to enable some popular extensions
59 # (see 'hg help extensions' for more info) 60 # (see 'hg help extensions' for more info)
96 'global': 97 'global':
97 """# example system-wide hg config (see 'hg help config' for more info) 98 """# example system-wide hg config (see 'hg help config' for more info)
98 99
99 [ui] 100 [ui]
100 # uncomment to disable color in command output 101 # uncomment to disable color in command output
102 # (see 'hg help color' for details)
101 # color = never 103 # color = never
102 104
103 [extensions] 105 [extensions]
104 # uncomment these lines to enable some popular extensions 106 # uncomment these lines to enable some popular extensions
105 # (see 'hg help extensions' for more info) 107 # (see 'hg help extensions' for more info)