949
962
def _basis_inventory_name(self, revision_id):
950
963
return 'basis-inventory.%s' % revision_id
952
966
def set_last_revision(self, new_revision, old_revision=None):
961
975
self.branch.set_revision_history([])
963
977
# current format is locked in with the branch
964
978
revision_history = self.branch.revision_history()