##// END OF EJS Templates
hgignore.5: remove extra quotes...
Martin Geisler -
r8780:73728f5f default
parent child Browse files
Show More
@@ -32,8 +32,8 b' SYNTAX'
32 32 ------
33 33
34 34 An ignore file is a plain text file consisting of a list of patterns,
35 with one pattern per line. Empty lines are skipped. The "``#``" character
36 is treated as a comment character, and the "``\``" character is treated as
35 with one pattern per line. Empty lines are skipped. The "`#`" character
36 is treated as a comment character, and the "`\`" character is treated as
37 37 an escape character.
38 38
39 39 Mercurial supports several pattern syntaxes. The default syntax used
@@ -54,9 +54,9 b' The chosen syntax stays in effect when p'
54 54 follow, until another syntax is selected.
55 55
56 56 Neither glob nor regexp patterns are rooted. A glob-syntax pattern of
57 the form "``*.c``" will match a file ending in "``.c``" in any directory, and
58 a regexp pattern of the form "``\.c$``" will do the same. To root a regexp
59 pattern, start it with "``^``".
57 the form "`*.c`" will match a file ending in "`.c`" in any directory, and
58 a regexp pattern of the form "`\.c$`" will do the same. To root a regexp
59 pattern, start it with "`^`".
60 60
61 61 EXAMPLE
62 62 -------
General Comments 0
You need to be logged in to leave comments. Login now