747
def run_auto(self, names_list, after, dry_run):
745
748
if names_list is not None and len(names_list) > 1:
746
749
raise errors.BzrCommandError('Only one path may be specified to'
748
754
work_tree, file_list = tree_files(names_list, default_branch='.')