Part of lp.code.interfaces.linkedbranch View In Hierarchy
| Attribute | context | The object that can have a linked branch. |
| Attribute | branch | The linked branch. |
| Attribute | bzr_path | The Bazaar branch path for the linked branch. Note that this will be set even if there is no linked branch. |
| Method | setBranch | Set the linked branch. |
| Parameters | branch | An IBranch. After calling this,
ICanHasLinkedBranch.branch will be 'branch'. |
| registrant | The IPerson linking the branch. Not used by all
implementations. |