248
244
raise bzrlib.errors.NoSuchRevision(self, stop_revision)
249
245
return other_history[self_len:stop_revision]
252
247
def update_revisions(self, other, stop_revision=None):
253
248
"""Pull in new perfect-fit revisions."""
254
249
raise NotImplementedError('update_revisions is abstract')