430
430
def take_theirs(self, tree):
431
431
tree.remove([self.path], force=True, keep_files=False)
433
434
# FIXME: TextConflict is about a single file-id, there never is a conflict_path
434
435
# attribute so we shouldn't inherit from PathConflict but simply from Conflict
435
436
class TextConflict(PathConflict):