31
31
clean_tree.clean_tree(ignored=ignored)
33
35
class cmd_graph_ancestry(bzrlib.commands.Command):
39
common outputs are png, gif, svg, ps. An extension of '.dot' will cause
34
45
takes_args = ['branch', 'file']
47
def run(self, branch, file, no_collapse=False):
39
51
commands = [push.cmd_push, annotate.cmd_annotate, shelf.cmd_shelve,
40
52
shelf.cmd_unshelve, cmd_clean_tree, conflicts.cmd_conflicts,