mercurial/context.py
changeset 38612 760cc5dc01e8
parent 38600 a936d1368fc5
child 38664 160da69ba1bf
--- a/mercurial/context.py	Sat Jun 09 22:04:07 2018 +0900
+++ b/mercurial/context.py	Sat Jun 09 20:53:12 2018 +0900
@@ -181,8 +181,8 @@
     def mutable(self):
         return self.phase() > phases.public
 
-    def getfileset(self, expr):
-        return fileset.getfileset(self, expr)
+    def matchfileset(self, expr, badfn=None):
+        return fileset.match(self, expr, badfn=badfn)
 
     def obsolete(self):
         """True if the changeset is obsolete"""