772
772
pending_graph = pending_parents.items()
773
773
if len(pending_graph) != len(version_ids):
774
774
raise RevisionNotPresent(
776
776
for name in topo_sort(pending_graph):
777
777
other_idx = other._name_map[name]
778
778
# returns True if we have it, False if we need it.