Clarify the usage of HGRCPATH
authorDongsheng Song <dongsheng.song@gmail.com>
Sat, 07 Mar 2009 16:06:46 +0800
changeset 7904 fef5f3ef84c4
parent 7903 490e40816cbd
child 7905 d596b1f2935a
Clarify the usage of HGRCPATH
mercurial/help.py
--- 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,