18
18
from bzrlib.branch import Branch
19
19
from bzrlib.errors import BzrCommandError
20
20
from bzrlib.commands import register_command
40
25
class cmd_conflicts(bzrlib.commands.Command):
41
26
"""List files with conflicts.
42
27
(conflicts are determined by the presence of .BASE .TREE, and .OTHER
49
34
register_command(cmd_conflicts)