161
161
self.missing_parent_links[parent] = missing_links
162
162
# list based so somewhat slow,
163
163
# TODO have a planned_revisions list and set.
165
165
missing_ancestry = self.repository.get_ancestry(parent)
166
166
for missing in missing_ancestry: