mercurial/vfs.py
changeset 51593 b5500857e173
parent 51430 187c5769a629
--- a/mercurial/vfs.py	Sat Apr 13 23:40:28 2024 +0200
+++ b/mercurial/vfs.py	Sun Apr 14 02:27:10 2024 +0200
@@ -616,6 +616,10 @@
     def options(self, value):
         self.vfs.options = value
 
+    @property
+    def audit(self):
+        return self.vfs.audit
+
 
 class filtervfs(proxyvfs, abstractvfs):
     '''Wrapper vfs for filtering filenames with a function.'''