##// END OF EJS Templates
Clarify the usage of HGRCPATH
Dongsheng Song -
r7904:fef5f3ef default
parent child Browse files
Show More
@@ -135,8 +135,8 b' HGRCPATH::'
135 from the current repository is read.
135 from the current repository is read.
136
136
137 For each element in HGRCPATH:
137 For each element in HGRCPATH:
138 * if it's a directory, all directories ending with .rc are added
138 * if it's a directory, all files ending with .rc are added
139 * otherwise, the directory itself will be added
139 * otherwise, the file itself will be added
140
140
141 HGUSER::
141 HGUSER::
142 This is the string used as the author of a commit. If not set,
142 This is the string used as the author of a commit. If not set,
General Comments 0
You need to be logged in to leave comments. Login now