2703
2692
# TODO: this code generates a parent maps of present ancestors; it
2704
2693
# could be split out into a separate method, and probably should use
2705
2694
# iter_ancestry instead. -- mbp and robertc 20080704
2707
2696
head_cache = _mod_graph.FrozenHeadsCache(graph)
2708
2697
search = graph._make_breadth_first_searcher([key])