comparison .editorconfig @ 33448:04be8aec44a8

match: make unionmatcher a proper matcher unionmatcher is currently used where only a limited subset of its functions will be called. Specifically, visitdir() is never called. The next patch will pass it to dirstate.walk() where it will matter that visitdir() is correctly implemented, so let's fix that. Also add the explicitdir etc that will also be assumed by dirstate.walk() to exist on a matcher. Differential Revision: https://phab.mercurial-scm.org/D58
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 11 Jul 2017 10:46:10 -0700
parents d30fdd6d1bf7
children 1d6066336d7b
comparison
equal deleted inserted replaced
33447:6f4e5e5940a5 33448:04be8aec44a8