comparison mercurial/ui.py @ 32093:4d438efb825a stable

color: reflect the new default in the example hgrc Color is enabled by default so un-commenting the line would not have any effect. We'll point to the help in the next changeset.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 01 May 2017 15:39:50 +0200
parents bf5e13e38390
children 2de67783dd31
comparison
equal deleted inserted replaced
32092:1e0f3723d658 32093:4d438efb825a
49 [ui] 49 [ui]
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 colorize command output 54 # uncomment to disable color in command output
55 # color = auto 55 # color = never
56 56
57 [extensions] 57 [extensions]
58 # uncomment these lines to enable some popular extensions 58 # uncomment these lines to enable some popular extensions
59 # (see 'hg help extensions' for more info) 59 # (see 'hg help extensions' for more info)
60 # 60 #
95 95
96 'global': 96 'global':
97 """# example system-wide hg config (see 'hg help config' for more info) 97 """# example system-wide hg config (see 'hg help config' for more info)
98 98
99 [ui] 99 [ui]
100 # uncomment to colorize command output 100 # uncomment to disable color in command output
101 # color = auto 101 # color = never
102 102
103 [extensions] 103 [extensions]
104 # uncomment these lines to enable some popular extensions 104 # uncomment these lines to enable some popular extensions
105 # (see 'hg help extensions' for more info) 105 # (see 'hg help extensions' for more info)
106 # 106 #