comparison mercurial/help/config.txt @ 14652:73cb35f6fd78

help/config: do not refer to config files as hgrc files
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Thu, 16 Jun 2011 12:30:57 -0300
parents e9e4e9ab62bd
children 6f96c7a908bd
comparison
equal deleted inserted replaced
14651:e9e4e9ab62bd 14652:73cb35f6fd78
108 eggs=small 108 eggs=small
109 109
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
117 ham=serrano 118 ham=serrano
118 eggs=small 119 eggs=small
168 169
169 Sections 170 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 """""""""
178 179
179 Defines command aliases. 180 Defines command aliases.