##// END OF EJS Templates
match: define exactmatcher.matchfn statically...
Yuya Nishihara -
r32543:cf7c8898 default
parent child Browse files
Show More
@@ -415,7 +415,8 class exactmatcher(basematcher):
415 self._files = files
415 self._files = files
416 else:
416 else:
417 self._files = list(files)
417 self._files = list(files)
418 self.matchfn = self.exact
418
419 matchfn = basematcher.exact
419
420
420 @propertycache
421 @propertycache
421 def _dirs(self):
422 def _dirs(self):
General Comments 0
You need to be logged in to leave comments. Login now