mercurial/vfs.py
changeset 41094 adee334d94cd
parent 41093 6498f0e03526
child 41095 e0d00ec2d614
--- a/mercurial/vfs.py	Wed Jan 02 10:29:12 2019 +0100
+++ b/mercurial/vfs.py	Wed Jan 02 10:29:36 2019 +0100
@@ -473,6 +473,9 @@
     def __init__(self, vfs):
         self.vfs = vfs
 
+    def _auditpath(self, path, mode):
+        return self.vfs._auditpath(path, mode)
+
     @property
     def options(self):
         return self.vfs.options