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