2222
2222
# TODO: lookup the local format from a server hint.
2223
2223
local_dir_format = BzrDirMetaFormat1()
2224
2224
return local_dir_format.initialize_on_transport(transport)
2226
2226
path = client.remote_path_from_transport(transport)
2228
2228
assert response[0] in ('ok', ), 'unexpected response code %s' % (response,)
2229
2229
return remote.RemoteBzrDir(transport)