changeset 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
files mercurial/help/config.txt
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/config.txt	Thu Jun 16 12:30:44 2011 -0300
+++ b/mercurial/help/config.txt	Thu Jun 16 12:30:57 2011 -0300
@@ -110,7 +110,8 @@
 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 @@
 --------
 
 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``
 """""""""