Show More
@@ -58,10 +58,10 b' helptable = (' | |||||
58 | Alternate pattern notations must be specified explicitly. |
|
58 | Alternate pattern notations must be specified explicitly. | |
59 |
|
59 | |||
60 | To use a plain path name without any pattern matching, start it |
|
60 | To use a plain path name without any pattern matching, start it | |
61 |
with "path:". |
|
61 | with "path:". These path names must completely match starting at | |
62 | the current repository root. |
|
62 | the current repository root. | |
63 |
|
63 | |||
64 |
To use an extended glob, start a name with "glob:". |
|
64 | To use an extended glob, start a name with "glob:". Globs are | |
65 | rooted at the current directory; a glob such as "*.c" will only |
|
65 | rooted at the current directory; a glob such as "*.c" will only | |
66 | match files in the current directory ending with ".c". |
|
66 | match files in the current directory ending with ".c". | |
67 |
|
67 | |||
@@ -129,9 +129,9 b' HGMERGE::' | |||||
129 | (deprecated, use .hgrc) |
|
129 | (deprecated, use .hgrc) | |
130 |
|
130 | |||
131 | HGRCPATH:: |
|
131 | HGRCPATH:: | |
132 |
A list of files or directories to search for hgrc files. |
|
132 | A list of files or directories to search for hgrc files. Item | |
133 |
separator is ":" on Unix, ";" on Windows. |
|
133 | separator is ":" on Unix, ";" on Windows. If HGRCPATH is not set, | |
134 |
platform default search path is used. |
|
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: |
General Comments 0
You need to be logged in to leave comments.
Login now