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