1113
1113
result_branch = source_branch.sprout(
1114
1114
result, revision_id=_mod_revision.NULL_REVISION)
1115
1116
mutter("created new branch %r" % (result_branch,))
1116
1117
repository_policy.configure_branch(result_branch)
1117
1118
if source_branch is not None:
1118
1119
source_branch.copy_content_into(result_branch, revision_id)
1120
1122
# Create/update the result working tree
1121
1123
if isinstance(target_transport, LocalTransport) and (