--- a/mercurial/match.py Sat May 04 14:52:51 2013 -0500
+++ b/mercurial/match.py Sun Apr 28 21:24:09 2013 -0700
@@ -121,6 +121,10 @@
pass
def dir(self, f):
pass
+ def explicitdir(self, f):
+ self.dir(f)
+ def traversedir(self, f):
+ self.dir(f)
def missing(self, f):
pass
def exact(self, f):