169
169
self.missing_parent_links[parent] = missing_links
170
170
# list based so somewhat slow,
171
171
# TODO have a planned_revisions list and set.
173
173
missing_ancestry = self.repository.get_ancestry(parent)
174
174
for missing in missing_ancestry: