--- 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