451
451
child_branch, new_child_transport = self.prepare_default_stacking()
452
452
new_child = child_branch.bzrdir.clone_on_transport(new_child_transport)
453
453
self.assertEqual(child_branch.base,
456
456
def test_sprout_obeys_stacking_policy(self):
457
457
child_branch, new_child_transport = self.prepare_default_stacking()
458
458
new_child = child_branch.bzrdir.sprout(new_child_transport.base)
459
459
self.assertEqual(child_branch.base,
462
462
def test_add_fallback_repo_handles_absolute_urls(self):
463
463
stack_on = self.make_branch('stack_on', format='development1')