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