760
763
version_ids = other.get_ancestry(version_ids)
761
764
pending_graph = [(version, other.get_parents(version)) for
764
767
other_idx = other._name_map[name]
765
768
# returns True if we have it, False if we need it.
766
769
if not self._check_version_consistent(other, other_idx, name):