1754
1756
are considered 'resolved', because bzr always puts conflict markers
1755
1757
into files that have text conflicts. The corresponding .THIS .BASE and
1756
1758
.OTHER files are deleted, as per 'resolve'.
1757
1760
:return: a tuple of ConflictLists: (un_resolved, resolved).
1759
1762
un_resolved = _mod_conflicts.ConflictList()