mercurial/interfaces/repository.py
branchstable
changeset 50281 f34887316f1f
parent 49865 ff7134e03629
child 50323 6901916458bd
equal deleted inserted replaced
50280:5e568d70f54d 50281:f34887316f1f
  1522 
  1522 
  1523     filtername = interfaceutil.Attribute(
  1523     filtername = interfaceutil.Attribute(
  1524         """Name of the repoview that is active on this repo."""
  1524         """Name of the repoview that is active on this repo."""
  1525     )
  1525     )
  1526 
  1526 
       
  1527     vfs_map = interfaceutil.Attribute(
       
  1528         """a bytes-key → vfs mapping used by transaction and others"""
       
  1529     )
       
  1530 
  1527     wvfs = interfaceutil.Attribute(
  1531     wvfs = interfaceutil.Attribute(
  1528         """VFS used to access the working directory."""
  1532         """VFS used to access the working directory."""
  1529     )
  1533     )
  1530 
  1534 
  1531     vfs = interfaceutil.Attribute(
  1535     vfs = interfaceutil.Attribute(