mercurial/match.py
changeset 19136 e073ac988b51
parent 19107 fcf08023c011
child 19141 aed8ec10c235
--- 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):