5976
5949
Option('force', help='Do not prompt before deleting.')]
5977
5950
def run(self, unknown=False, ignored=False, detritus=False, dry_run=False,
5979
5952
from bzrlib.clean_tree import clean_tree
5980
5953
if not (unknown or ignored or detritus):
5984
clean_tree('.', unknown=unknown, ignored=ignored, detritus=detritus,
5957
clean_tree(directory, unknown=unknown, ignored=ignored,
5988
5961
class cmd_reference(Command):
5991
5964
If no arguments are provided, lists the branch locations for nested trees.
5992
5965
If one argument is provided, display the branch location for that tree.