Mercurial > hg
comparison mercurial/strutil.py @ 25239:714f612f2afc
match: allow unioning arbitrary match functions
A future patch will be allowing nested matchers. To support that, let's refactor
_buildmatch to build a list of matchers then return True if any match.
We were already doing that for filesets + regex patterns, but this way will be
more generic.
author | Durham Goode <durham@fb.com> |
---|---|
date | Sat, 16 May 2015 16:16:18 -0700 |
parents | 25e572394f5c |
children | b723f05ec49b |
comparison
equal
deleted
inserted
replaced
25238:5a55ad6e8e24 | 25239:714f612f2afc |
---|