Mercurial > hg
changeset 42083:bee1647578b7
match: complete documentation of match() parameters
author | Denis Laxalde <denis@laxalde.org> |
---|---|
date | Sat, 06 Apr 2019 18:20:49 +0200 |
parents | 413a75da98ce |
children | 42537dfc7a7c |
files | mercurial/match.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/match.py Sat Apr 06 17:54:13 2019 +0200 +++ b/mercurial/match.py Sat Apr 06 18:20:49 2019 +0200 @@ -125,6 +125,9 @@ include - patterns to include (unless they are excluded) exclude - patterns to exclude (even if they are included) default - if a pattern in patterns has no explicit type, assume this one + auditor - optional path auditor + ctx - optional changecontext + listsubrepos - if True, recurse into subrepositories warn - optional function used for printing warnings badfn - optional bad() callback for this matcher instead of the default icasefs - make a matcher for wdir on case insensitive filesystems, which