mercurial/context.py
changeset 14674 1c151b963254
parent 14669 2d2604adfdd6
child 15337 cf5f9df6406b
--- a/mercurial/context.py	Sat Jun 18 16:52:51 2011 -0500
+++ b/mercurial/context.py	Sat Jun 18 16:52:51 2011 -0500
@@ -212,7 +212,8 @@
     def match(self, pats=[], include=None, exclude=None, default='glob'):
         r = self._repo
         return matchmod.match(r.root, r.getcwd(), pats,
-                              include, exclude, default, auditor=r.auditor)
+                              include, exclude, default,
+                              auditor=r.auditor, ctx=self)
 
     def diff(self, ctx2=None, match=None, **opts):
         """Returns a diff generator for the given contexts and matcher"""