##// 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 An ignore file is a plain text file consisting of a list of patterns,
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
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
36 is treated as a comment character, and the "`\`" character is treated as
37 an escape character.
37 an escape character.
38
38
39 Mercurial supports several pattern syntaxes. The default syntax used
39 Mercurial supports several pattern syntaxes. The default syntax used
@@ -54,9 +54,9 b' The chosen syntax stays in effect when p'
54 follow, until another syntax is selected.
54 follow, until another syntax is selected.
55
55
56 Neither glob nor regexp patterns are rooted. A glob-syntax pattern of
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
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
58 a regexp pattern of the form "`\.c$`" will do the same. To root a regexp
59 pattern, start it with "``^``".
59 pattern, start it with "`^`".
60
60
61 EXAMPLE
61 EXAMPLE
62 -------
62 -------
General Comments 0
You need to be logged in to leave comments. Login now