Show More
@@ -63,6 +63,10 b' the form ``*.c`` will match a file endin' | |||||
63 | and a regexp pattern of the form ``\.c$`` will do the same. To root a |
|
63 | and a regexp pattern of the form ``\.c$`` will do the same. To root a | |
64 | regexp pattern, start it with ``^``. |
|
64 | regexp pattern, start it with ``^``. | |
65 |
|
65 | |||
|
66 | .. note:: | |||
|
67 | Patterns specified in other than ``.hgignore`` are always rooted. | |||
|
68 | Please see :hg:`help patterns` for details. | |||
|
69 | ||||
66 | Example |
|
70 | Example | |
67 | ------- |
|
71 | ------- | |
68 |
|
72 |
@@ -6,6 +6,10 b' patterns.' | |||||
6 |
|
6 | |||
7 | Alternate pattern notations must be specified explicitly. |
|
7 | Alternate pattern notations must be specified explicitly. | |
8 |
|
8 | |||
|
9 | .. note:: | |||
|
10 | Patterns specified in ``.hgignore`` are not rooted. Please see | |||
|
11 | :hg:`help hgignore` for details. | |||
|
12 | ||||
9 | To use a plain path name without any pattern matching, start it with |
|
13 | To use a plain path name without any pattern matching, start it with | |
10 | ``path:``. These path names must completely match starting at the |
|
14 | ``path:``. These path names must completely match starting at the | |
11 | current repository root. |
|
15 | current repository root. |
General Comments 0
You need to be logged in to leave comments.
Login now