##// END OF EJS Templates
help/config: do not refer to config files as hgrc files
Wagner Bruna -
r14652:73cb35f6 default
parent child Browse files
Show More
@@ -110,7 +110,8 b' will use the value that was configured l'
110 This would set the configuration key named ``eggs`` to ``small``.
110 This would set the configuration key named ``eggs`` to ``small``.
111
111
112 It is also possible to define a section multiple times. A section can
112 It is also possible to define a section multiple times. A section can
113 be redefined on the same and/or on different hgrc files. For example::
113 be redefined on the same and/or on different configuration files. For
114 example::
114
115
115 [foo]
116 [foo]
116 eggs=large
117 eggs=large
@@ -170,8 +171,8 b' Sections'
170 --------
171 --------
171
172
172 This section describes the different sections that may appear in a
173 This section describes the different sections that may appear in a
173 Mercurial "hgrc" file, the purpose of each section, its possible keys,
174 Mercurial configuration file, the purpose of each section, its possible
174 and their possible values.
175 keys, and their possible values.
175
176
176 ``alias``
177 ``alias``
177 """""""""
178 """""""""
General Comments 0
You need to be logged in to leave comments. Login now