34
34
Option('detritus', help='delete conflict files merge'
35
35
' backups, and failed selftest dirs. (*.THIS, '
36
36
'*.BASE, *.OTHER, *~, *.tmp)'),
37
38
Option('dry-run', help='show files to delete instead of'
39
def run(self, ignored=False, detritus=False, dry_run=False):
40
def run(self, unknown=False, ignored=False, detritus=False, dry_run=False):
40
41
from clean_tree import clean_tree
41
clean_tree('.', ignored=ignored, detritus=detritus, dry_run=dry_run)
44
clean_tree('.', unknown=unknown, ignored=ignored, detritus=detritus, dry_run=dry_run)
43
46
class cmd_graph_ancestry(bzrlib.commands.Command):
44
47
"""Produce ancestry graphs using dot.