mercurial/repository.py
changeset 39315 57c3864f3aad
parent 39314 7f5e6d3e9032
child 39668 24870f1be088
equal deleted inserted replaced
39314:7f5e6d3e9032 39315:57c3864f3aad
   989         """
   989         """
   990 
   990 
   991 class imanifeststorage(interfaceutil.Interface):
   991 class imanifeststorage(interfaceutil.Interface):
   992     """Storage interface for manifest data."""
   992     """Storage interface for manifest data."""
   993 
   993 
       
   994     tree = interfaceutil.Attribute(
       
   995         """The path to the directory this manifest tracks.
       
   996 
       
   997         The empty bytestring represents the root manifest.
       
   998         """)
       
   999 
   994     index = interfaceutil.Attribute(
  1000     index = interfaceutil.Attribute(
   995         """An ``ifilerevisionssequence`` instance.""")
  1001         """An ``ifilerevisionssequence`` instance.""")
   996 
  1002 
   997     indexfile = interfaceutil.Attribute(
  1003     indexfile = interfaceutil.Attribute(
   998         """Path of revlog index file.
  1004         """Path of revlog index file.