1201
1204
transport.mkdir('tree/checkout')
1202
1205
co_branch = bzrlib.bzrdir.BzrDir.create_branch_convenience('tree/checkout',
1204
1207
co_branch.bind(repo_branch)
1205
1208
# Do a light checkout of the heavy one
1206
1209
transport.mkdir('tree/lightcheckout')