949
949
# TODO: jam 20051218 Should copy also copy the revision_id?
950
950
entries = self.iter_entries()
951
953
other = Inventory(entries.next()[1].file_id)
952
954
# copy recursively so we know directories will be added before
953
955
# their children. There are more efficient ways than this...