help/config: do not refer to config files as hgrc files

This commit is contained in:
Wagner Bruna 2011-06-16 12:30:57 -03:00
parent a463f7c11f
commit eccfac28f2

View File

@ -110,7 +110,8 @@ will use the value that was configured last. As an example::
This would set the configuration key named ``eggs`` to ``small``.
It is also possible to define a section multiple times. A section can
be redefined on the same and/or on different hgrc files. For example::
be redefined on the same and/or on different configuration files. For
example::
[foo]
eggs=large
@ -170,8 +171,8 @@ Sections
--------
This section describes the different sections that may appear in a
Mercurial "hgrc" file, the purpose of each section, its possible keys,
and their possible values.
Mercurial configuration file, the purpose of each section, its possible
keys, and their possible values.
``alias``
"""""""""