2698
2687
# TODO: this code generates a parent maps of present ancestors; it
2699
2688
# could be split out into a separate method, and probably should use
2700
2689
# iter_ancestry instead. -- mbp and robertc 20080704
2702
2691
head_cache = _mod_graph.FrozenHeadsCache(graph)
2703
2692
search = graph._make_breadth_first_searcher([key])