464
464
# This asks for all mainline revisions, which means we only have to spider
465
465
# sideways, rather than depth history. That said, its still size-of-history
466
466
# and should be addressed.
467
469
parent_map = dict(((key, value) for key, value in
469
471
sorted_rev_list = topo_sort(parent_map.items())
471
473
for rev in sorted_rev_list: