Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/help.py @ 7904:fef5f3ef84c4
Clarify the usage of HGRCPATH
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Sat, 07 Mar 2009 16:06:46 +0800 |
parents | 206334f8aa0b |
children | aa512a03f6d3 |
comparison
equal
deleted
inserted
replaced
7903:490e40816cbd | 7904:fef5f3ef84c4 |
---|---|
133 separator is ":" on Unix, ";" on Windows. If HGRCPATH is not set, | 133 separator is ":" on Unix, ";" on Windows. If HGRCPATH is not set, |
134 platform default search path is used. If empty, only the .hg/hgrc | 134 platform default search path is used. If empty, only the .hg/hgrc |
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, |
143 available values will be considered in this order: | 143 available values will be considered in this order: |
144 | 144 |