mercurial/context.py
changeset 27234 15c6eb0a51bd
parent 27183 0945539a3a6b
child 27506 e6d3dad71e44
--- a/mercurial/context.py	Thu Dec 03 13:22:36 2015 -0800
+++ b/mercurial/context.py	Thu Dec 03 13:23:46 2015 -0800
@@ -271,7 +271,7 @@
         r = self._repo
         return matchmod.match(r.root, r.getcwd(), pats,
                               include, exclude, default,
-                              auditor=r.auditor, ctx=self,
+                              auditor=r.nofsauditor, ctx=self,
                               listsubrepos=listsubrepos, badfn=badfn)
 
     def diff(self, ctx2=None, match=None, **opts):