Mercurial > hg > mercurial-source
changeset 34261:cf15c3cc304c
match: make base matcher return True for visitdir
If a matcher doesn't implement visitdir, we should be returning True so that
tree traversals are not prematurely pruned. The old value of False would prevent
tree traversals when using any matcher that didn't implement visitdir.
Differential Revision: https://phab.mercurial-scm.org/D83
author | Durham Goode <durham@fb.com> |
---|---|
date | Fri, 14 Jul 2017 10:57:36 -0700 |
parents | cc4632679cf9 |
children | 8b48dad66be4 |
files | mercurial/match.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff