214
213
dir = self.make_bzrdir('.')
215
214
local_result = dir.cloning_metadir()
216
215
reference = _mod_branch.BranchReferenceFormat().initialize(
218
217
reference_url = _mod_branch.BranchReferenceFormat().get_reference(dir)
219
218
# The server shouldn't try to follow the branch reference, so it's fine
220
219
# if the referenced branch isn't reachable.