1463
1463
"post_uncommit is called with (local, master, old_revno, "
1464
1464
"old_revid, new_revno, new_revid) where local is the local branch "
1465
1465
"or None, master is the target branch, and an empty branch "
1466
"recieves new_revno of 0, new_revid of None.", (0, 15), None))
1466
"receives new_revno of 0, new_revid of None.", (0, 15), None))
1467
1467
self.create_hook(HookPoint('pre_change_branch_tip',
1468
1468
"Called in bzr client and server before a change to the tip of a "
1469
1469
"branch is made. pre_change_branch_tip is called with a "