116
115
from clean_tree import clean_tree
117
116
if not (unknown or ignored or detritus):
119
clean_tree('.', unknown=unknown, ignored=ignored, detritus=detritus,
118
clean_tree('.', out=self.outf, unknown=unknown, ignored=ignored,
123
122
class cmd_graph_ancestry(bzrlib.commands.Command):
124
123
"""Produce ancestry graphs using dot.
126
125
Output format is detected according to file extension. Some of the more
127
126
common output formats are html, png, gif, svg, ps. An extension of '.dot'
128
127
will cause a dot graph file to be produced. HTML output has mouseovers