170
170
def annotate(self, version_id):
171
171
return list(self.annotate_iter(version_id))
173
def join(self, other, pb=None, msg=None, version_ids=None):
173
def join(self, other, pb=None, msg=None, version_ids=None,
174
175
"""Integrate versions from other into this versioned file.
176
177
If version_ids is None all versions from other should be
177
178
incorporated into this versioned file.
179
180
Must raise RevisionNotPresent if any of the specified versions
181
return InterVersionedFile.get(other, self).join(pb, msg, version_ids)
183
190
def walk(self, version_ids=None):
184
191
"""Walk the versioned file as a weave-like structure, for