Part of bzrlib.branch View In Hierarchy
| Instance Variables | old_revno | Revision number before pull. |
| new_revno | Revision number after pull. | |
| old_revid | Tip revision id before pull. | |
| new_revid | Tip revision id after pull. | |
| source_branch | Source (local) branch object. (read locked) | |
| master_branch | Master branch of the target, or the target if no Master | |
| local_branch | target branch if there is a Master, else None | |
| target_branch | Target/destination branch object. (write locked) | |
| tag_conflicts | A list of tag conflicts, see BasicTags.merge_to | |
| tag_updates | A dict with new tags, see BasicTags.merge_to |
| Method | __int__ | Return the relative change in revno. |
| Method | report | Undocumented |
Inherited from _Result:
| Method | _show_tag_conficts | Undocumented |