hgext/fsmonitor/__init__.py
branchstable
changeset 33649 377e8ddaebef
parent 33387 68e9762a357b
child 34462 8337f7772aa2
--- a/hgext/fsmonitor/__init__.py	Tue Aug 01 21:03:25 2017 +0900
+++ b/hgext/fsmonitor/__init__.py	Wed Jul 26 22:10:15 2017 +0900
@@ -382,7 +382,7 @@
             visit.update(f for f in copymap
                          if f not in results and matchfn(f))
 
-    audit = pathutil.pathauditor(self._root).check
+    audit = pathutil.pathauditor(self._root, cached=True).check
     auditpass = [f for f in visit if audit(f)]
     auditpass.sort()
     auditfail = visit.difference(auditpass)