2591
2582
def join(self, pb=None, msg=None, version_ids=None, ignore_missing=False):
2592
2583
"""See InterVersionedFile.join."""
2596
2584
# If the source and target are mismatched w.r.t. annotations vs
2597
2585
# plain, the data needs to be converted accordingly
2598
2586
if self.source.factory.annotated == self.target.factory.annotated: