b.b.ChangeBranchTipParams(object) : class documentation

Part of bzrlib.branch View In Hierarchy

Object holding parameters passed to *_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 Variablesbranchthe branch being changed
old_revnorevision number before the change
new_revnorevision number after the change
old_revidrevision id before the change
new_revidrevision id after the change
Method __init__ Create a group of ChangeBranchTip parameters.
Method __eq__ Undocumented
Method __repr__ Undocumented
def __init__(self, branch, old_revno, new_revno, old_revid, new_revid):
Create a group of ChangeBranchTip parameters.
ParametersbranchThe branch being changed.
old_revnoRevision number before the change.
new_revnoRevision number after the change.
old_revidTip revision id before the change.
new_revidTip revision id after the change.
def __eq__(self, other):
Undocumented
def __repr__(self):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.