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