69
69
class ContentFactory(object):
70
70
"""Abstract interface for insertion and retrieval from a VersionedFile.
72
72
:ivar sha1: None, or the sha1 of the content fulltext.
73
73
:ivar storage_kind: The native storage kind of this factory. One of
74
74
'mpdiff', 'knit-annotated-ft', 'knit-annotated-delta', 'knit-ft',