# HG changeset patch # User Dongsheng Song # Date 1236413206 -28800 # Node ID fef5f3ef84c4902706a18ebd5094f4c40e100f66 # Parent 490e40816cbd46c18fc7d654420bc00523487cf7 Clarify the usage of HGRCPATH 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,