169
169
branch.set_parent('file:///EF')
170
170
branch.set_bound_location('file:///GH')
171
171
branch.set_push_location('file:///IJ')
173
173
converter = branch.bzrdir._format.get_converter(target)
174
174
converter.convert(branch.bzrdir, progress.DummyProgress())
175
175
new_branch = _mod_branch.Branch.open(self.get_url('branch'))