2919
2919
raise errors.UnexpectedSmartServerResponse(response)
2920
2920
self._run_post_change_branch_tip_hooks(old_revno, old_revid)
2923
2924
def set_revision_history(self, rev_history):
2924
2930
# Send just the tip revision of the history; the server will generate
2925
2931
# the full history from that. If the revision doesn't exist in this
2926
2932
# branch, NoSuchRevision will be raised.