Part of bzrlib.branch View In Hierarchy
*_change_branch_tip hooks.
There are 5 fields that hooks may wish to access:
The revid fields are strings. The revno fields are integers.
| Instance Variables | branch | the branch being changed |
| old_revno | revision number before the change | |
| new_revno | revision number after the change | |
| old_revid | revision id before the change | |
| new_revid | revision id after the change |
| Method | __init__ | Create a group of ChangeBranchTip parameters. |
| Method | __eq__ | Undocumented |
| Method | __repr__ | Undocumented |
| Parameters | branch | The branch being changed. |
| old_revno | Revision number before the change. | |
| new_revno | Revision number after the change. | |
| old_revid | Tip revision id before the change. | |
| new_revid | Tip revision id after the change. |