165
160
if self.vfs_transport_factory is test_server.LocalURLServer:
166
161
# the branch is colocated on disk, we cannot create a checkout.
167
162
# hopefully callers will expect this.
169
164
tree = local_controldir.create_workingtree()
171
166
tree = a_branch.create_checkout('repo/tree', lightweight=True)