607
608
def take_theirs(self, tree):
608
609
# FIXME: We shouldn't have to manipulate so many paths here (and there
609
610
# is probably a bug or two...)
610
612
conflict_base_path = osutils.basename(self.conflict_path)
617
626
class UnversionedParent(HandledConflict):