Show More
@@ -760,6 +760,7 b' def _splittopdir(f):' | |||||
760 | _noop = lambda s: None |
|
760 | _noop = lambda s: None | |
761 |
|
761 | |||
762 |
|
762 | |||
|
763 | @interfaceutil.implementer(repository.imanifestdict) | |||
763 | class treemanifest(object): |
|
764 | class treemanifest(object): | |
764 | def __init__(self, dir=b'', text=b''): |
|
765 | def __init__(self, dir=b'', text=b''): | |
765 | self._dir = dir |
|
766 | self._dir = dir |
@@ -211,6 +211,7 b' def main():' | |||||
211 |
|
211 | |||
212 | ziverify.verifyClass(repository.ifilestorage, filelog.filelog) |
|
212 | ziverify.verifyClass(repository.ifilestorage, filelog.filelog) | |
213 | ziverify.verifyClass(repository.imanifestdict, manifest.manifestdict) |
|
213 | ziverify.verifyClass(repository.imanifestdict, manifest.manifestdict) | |
|
214 | ziverify.verifyClass(repository.imanifestdict, manifest.treemanifest) | |||
214 | ziverify.verifyClass( |
|
215 | ziverify.verifyClass( | |
215 | repository.imanifestrevisionstored, manifest.manifestctx |
|
216 | repository.imanifestrevisionstored, manifest.manifestctx | |
216 | ) |
|
217 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now