equal
deleted
inserted
replaced
56 glob patterns. |
56 glob patterns. |
57 |
57 |
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:". These path names must completely match starting at |
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:". Globs are |
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 |
68 The supported glob syntax extensions are "**" to match any string |
68 The supported glob syntax extensions are "**" to match any string |
69 across path separators and "{a,b}" to mean "a or b". |
69 across path separators and "{a,b}" to mean "a or b". |
127 ancestor file. |
127 ancestor file. |
128 |
128 |
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. Item |
132 A list of files or directories to search for hgrc files. Item |
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 directories ending with .rc are added |
139 * otherwise, the directory itself will be added |
139 * otherwise, the directory itself will be added |