170
170
self._file_transport = MemoryTransport()
171
171
# TODO copy the revision trees content, or do it lazy, or something.
172
172
inventory_entries = self._inventory.iter_entries()
174
173
for path, entry in inventory_entries:
175
176
if entry.kind == 'directory':
176
177
self._file_transport.mkdir(path)
177
178
elif entry.kind == 'file':