14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
29
from bzrlib.branch import Branch
19
30
from bzrlib.errors import BzrCommandError
20
31
from bzrlib.commands import register_command
21
32
from bzrlib.workingtree import CONFLICT_SUFFIXES
25
34
class cmd_conflicts(bzrlib.commands.Command):
26
35
"""List files with conflicts.