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
29
18
from bzrlib.branch import Branch
30
19
from bzrlib.errors import BzrCommandError
31
20
from bzrlib.commands import register_command
32
21
from bzrlib.workingtree import CONFLICT_SUFFIXES
34
25
class cmd_conflicts(bzrlib.commands.Command):
35
26
"""List files with conflicts.