34
34
branch = builder.get_branch()
38
38
"""Construct a BranchBuilder on transport.
40
40
:param transport: The transport the branch should be created on.
41
41
If the path of the transport does not exist but its parent does
44
46
if not transport.has('.'):
46
50
self._branch = bzrdir.BzrDir.create_branch_convenience(transport.base,
50
54
"""Build a commit on the branch."""