1228
1228
# Do a light checkout of the heavy one
1229
1229
transport.mkdir('tree/lightcheckout')
1230
1230
lco_dir = bzrdir.BzrDirMetaFormat1().initialize('tree/lightcheckout')
1232
1233
lco_dir.create_workingtree()
1233
1234
lco_tree = lco_dir.open_workingtree()