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