189
189
# lookup, hopefully it isn't too expensive.
191
191
for dp, tp, ie in _export_iter_entries(tree, subdir):
192
193
fullpath = osutils.pathjoin(dest, dp)
194
to_fetch.append((tp, (dp, tp, ie.file_id)))
195
to_fetch.append((tp, (dp, tp, file_id)))
195
196
elif ie.kind in ("directory", "tree-reference"):
197
198
elif ie.kind == "symlink":
200
201
os.symlink(symlink_target, fullpath)