126
126
class SmartServerBranchRequestSetLastRevisionInfo(
127
127
SmartServerLockedBranchRequest):
129
134
def do_with_locked_branch(self, branch, new_revno, new_last_revision_id):
130
135
branch.set_last_revision_info(int(new_revno), new_last_revision_id)