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