747
747
# work through in index order to make sure we get all dependencies
750
751
version_ids = set(other.versions()).intersection(set(version_ids))
751
754
pending_graph = [(version, other.get_parents(version)) for
753
756
for name in topo_sort(pending_graph):