119
119
_see_also = ['conflicts']
120
def run(self, file_list=None, all=False, action=None, directory=u'.'):
120
def run(self, file_list=None, all=False, action=None, directory=None):
123
123
raise errors.BzrCommandError("If --all is specified,"
124
124
" no FILE may be provided")
125
127
tree = workingtree.WorkingTree.open_containing(directory)[0]
129
131
tree, file_list = workingtree.WorkingTree.open_containing_paths(
133
135
# FIXME: There is a special case here related to the option