mercurial/interfaces/repository.py
branchstable
changeset 50281 f34887316f1f
parent 49753 ff7134e03629
child 50323 6901916458bd
--- a/mercurial/interfaces/repository.py	Mon Mar 06 13:22:47 2023 +0100
+++ b/mercurial/interfaces/repository.py	Mon Mar 06 13:30:41 2023 +0100
@@ -1524,6 +1524,10 @@
         """Name of the repoview that is active on this repo."""
     )
 
+    vfs_map = interfaceutil.Attribute(
+        """a bytes-key → vfs mapping used by transaction and others"""
+    )
+
     wvfs = interfaceutil.Attribute(
         """VFS used to access the working directory."""
     )