tests/test-parseindex2.py.out
author Yuya Nishihara <yuya@tcha.org>
Sat, 09 Jun 2018 21:13:24 +0900
changeset 38577 76838305b9dd
parent 7110 75fdc39b6172
permissions -rw-r--r--
match: add basic wrapper for boolean function This serves as a generic wrapper for fileset predicates. In future patches, a fileset expression will be mapped to a tree of matchers for a better support of match attributes such as visitdir(). For example, $ hg debugwalk -v 'set:contrib/** and binary()' * matcher: <intersectionmatcher m1=<patternmatcher patterns='(?:contrib/.*$)'>, m2=<predicatematcher pred=binary>> ...

done