47
48
"""Write a human-readable description of the result."""
48
49
if self.branch_push_result is None:
49
50
if self.stacked_on is not None:
55
56
self.branch_push_result.report(to_file)
58
59
def _show_push_branch(br_from, revision_id, location, to_file, verbose=False,
59
60
overwrite=False, remember=False, stacked_on=None, create_prefix=False,
61
62
"""Push a branch to a location.
63
64
:param br_from: the source branch