Part of lp.code.interfaces
A linked branch is a branch that's somehow officially related to an object. It might be the main branch of a series, the trunk branch of a project, the backports branch for a source package or something else.
Interface | ICanHasLinkedBranch | Something that has a linked branch. |
Function | get_linked_to_branch | Get the ICanHasLinkedBranch for 'provided', whatever that is. |
ICanHasLinkedBranch
for 'provided', whatever that is.Returns | The ICanHasLinkedBranch object. | |
Raises | CannotHaveLinkedBranch | If 'provided' can never have a linked branch. |
NoLinkedBranch | If 'provided' could have a linked branch, but doesn't. |