##// END OF EJS Templates
config: suggest the 'ui.color' instead of the 'color' extension...
Pierre-Yves David -
r31124:791ea883 default
parent child Browse files
Show More
@@ -55,12 +55,14 b' samplehgrcs = {'
55 # username = Jane Doe <jdoe@example.com>
55 # username = Jane Doe <jdoe@example.com>
56 username =
56 username =
57
57
58 # uncomment to colorize command output
59 # color = auto
60
58 [extensions]
61 [extensions]
59 # uncomment these lines to enable some popular extensions
62 # uncomment these lines to enable some popular extensions
60 # (see 'hg help extensions' for more info)
63 # (see 'hg help extensions' for more info)
61 #
64 #
62 # pager =
65 # pager =""",
63 # color =""",
64
66
65 'cloned':
67 'cloned':
66 """# example repository config (see 'hg help config' for more info)
68 """# example repository config (see 'hg help config' for more info)
@@ -98,12 +100,15 b' default = %s'
98 'global':
100 'global':
99 """# example system-wide hg config (see 'hg help config' for more info)
101 """# example system-wide hg config (see 'hg help config' for more info)
100
102
103 [ui]
104 # uncomment to colorize command output
105 # color = auto
106
101 [extensions]
107 [extensions]
102 # uncomment these lines to enable some popular extensions
108 # uncomment these lines to enable some popular extensions
103 # (see 'hg help extensions' for more info)
109 # (see 'hg help extensions' for more info)
104 #
110 #
105 # blackbox =
111 # blackbox =
106 # color =
107 # pager =""",
112 # pager =""",
108 }
113 }
109
114
General Comments 0
You need to be logged in to leave comments. Login now