2225
2251
# TODO: lookup the local format from a server hint.
2226
2252
local_dir_format = BzrDirMetaFormat1()
2227
2253
return local_dir_format.initialize_on_transport(transport)
2229
2255
path = client.remote_path_from_transport(transport)
2231
2257
assert response[0] in ('ok', ), 'unexpected response code %s' % (response,)
2232
2258
return remote.RemoteBzrDir(transport)