1023
1023
raise errors.RevisionNotPresent(key, self)
1024
1024
if parent_map[key] is not None:
1037
1031
# So we used Graph(self) to load the parent_map, but now that we have
1038
1032
# it, we can just query the parent map directly, so create a new Graph
1043
1036
reannotate = annotate.reannotate
1044
1037
for record in self.get_record_stream(keys, 'topological', True):