1786
1786
def run(self, location="."):
1787
1787
branch = Branch.open_containing(location)[0]
1788
1789
graph = branch.repository.get_graph()
1789
1790
history = list(graph.iter_lefthand_ancestry(branch.last_revision(),
1791
1792
for revid in reversed(history):