2088
2088
# TODO: conversions of Branch and Tree should be done by
2090
2090
if (isinstance(tree, workingtree.WorkingTree3) and
2091
2092
isinstance(self.target_format.workingtree_format,
2092
2093
workingtree_4.WorkingTreeFormat4)):
2093
2094
workingtree_4.Converter3to4().convert(tree)