b.b.BranchPushResult(_Result) : class documentation

Part of bzrlib.branch View In Hierarchy

Result of a Branch.push operation.
Instance Variablesold_revnoRevision number (eg 10) of the target before push.
new_revnoRevision number (eg 12) of the target after push.
old_revidTip revision id (eg joe@foo.com-1234234-aoeua34) of target before the push.
new_revidTip revision id (eg joe@foo.com-5676566-boa234a) of target after the push.
source_branchSource branch object that the push was from. This is read locked, and generally is a local (and thus low latency) branch.
master_branchIf target is a bound branch, the master branch of target, or target itself. Always write locked.
target_branchThe direct Branch where data is being sent (write locked).
local_branchIf 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
@deprecated_method(deprecated_in((2, 3, 0)))
def __int__(self):
Return the relative change in revno.
Unknown Field: deprecatedUse new_revno and old_revno instead.
def report(self, to_file):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.