##// END OF EJS Templates
match: complete documentation of match() parameters
Denis Laxalde -
r42252:bee16475 default
parent child Browse files
Show More
@@ -125,6 +125,9 def match(root, cwd, patterns=None, incl
125 125 include - patterns to include (unless they are excluded)
126 126 exclude - patterns to exclude (even if they are included)
127 127 default - if a pattern in patterns has no explicit type, assume this one
128 auditor - optional path auditor
129 ctx - optional changecontext
130 listsubrepos - if True, recurse into subrepositories
128 131 warn - optional function used for printing warnings
129 132 badfn - optional bad() callback for this matcher instead of the default
130 133 icasefs - make a matcher for wdir on case insensitive filesystems, which
General Comments 0
You need to be logged in to leave comments. Login now