~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/conflicts.py

Add alias 'resolved'

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
class cmd_resolve(bzrlib.commands.Command):
44
44
    """Mark a conflict as resolved.
45
45
    """
 
46
    aliases = ['resolved']
46
47
    takes_args = ['file*']
47
48
    takes_options = ['all']
48
49
    def run(self, file_list=None, all=False):