diff -r 490e40816cbd -r fef5f3ef84c4 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,