##// END OF EJS Templates
doc: add note about pattern rooted/unrooted cases to "hgignore" and "patterns"...
FUJIWARA Katsunori -
r16504:e3c7ca15 stable
parent child Browse files
Show More
@@ -63,6 +63,10 b' the form ``*.c`` will match a file endin'
63 63 and a regexp pattern of the form ``\.c$`` will do the same. To root a
64 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 70 Example
67 71 -------
68 72
@@ -6,6 +6,10 b' patterns.'
6 6
7 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 13 To use a plain path name without any pattern matching, start it with
10 14 ``path:``. These path names must completely match starting at the
11 15 current repository root.
General Comments 0
You need to be logged in to leave comments. Login now