1445
1445
if file_kind(self.abspath(conflicted)) != "file":
1453
1450
for suffix in ('.THIS', '.OTHER'):
1455
1452
kind = file_kind(self.abspath(conflicted+suffix))
1465
1459
ctype = {True: 'text conflict', False: 'contents conflict'}[text]
1466
1460
conflicts.append(Conflict.factory(ctype, path=conflicted,