Part of bzrlib.branch View In Hierarchy
| Instance Variables | old_revno | Revision number (eg 10) of the target before push. |
| new_revno | Revision number (eg 12) of the target after push. | |
| old_revid | Tip revision id (eg joe@foo.com-1234234-aoeua34) of target before the push. | |
| new_revid | Tip revision id (eg joe@foo.com-5676566-boa234a) of target after the push. | |
| source_branch | Source branch object that the push was from. This is read locked, and generally is a local (and thus low latency) branch. | |
| master_branch | If target is a bound branch, the master branch of target, or target itself. Always write locked. | |
| target_branch | The direct Branch where data is being sent (write locked). | |
| local_branch | If the target is a bound branch this will be the target, otherwise it will be None. |
| Method | __int__ | Return the relative change in revno. |
| Method | report | Undocumented |
Inherited from _Result:
| Method | _show_tag_conficts | Undocumented |