115
116
option.Option('all', help='Resolve all conflicts in this tree.'),
118
119
_see_also = ['conflicts']
119
def run(self, file_list=None, all=False, action=None):
120
def run(self, file_list=None, all=False, action=None, directory=u'.'):
122
123
raise errors.BzrCommandError("If --all is specified,"
123
124
" no FILE may be provided")
131
133
# FIXME: There is a special case here related to the option