diff -r dfb836a31b61 -r 15c6eb0a51bd mercurial/context.py --- 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):