changeset 7904:fef5f3ef84c4

Clarify the usage of HGRCPATH
author Dongsheng Song <dongsheng.song@gmail.com>
date Sat, 07 Mar 2009 16:06:46 +0800
parents 490e40816cbd
children d596b1f2935a
files mercurial/help.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help.py	Fri Feb 27 17:28:26 2009 -0800
+++ b/mercurial/help.py	Sat Mar 07 16:06:46 2009 +0800
@@ -135,8 +135,8 @@
     from the current repository is read.
 
     For each element in HGRCPATH:
-    * if it's a directory, all directories ending with .rc are added
-    * otherwise, the directory itself will be added
+    * if it's a directory, all files ending with .rc are added
+    * otherwise, the file itself will be added
 
 HGUSER::
     This is the string used as the author of a commit. If not set,