468
471
# Make stackable source branch with an unstackable repo format.
469
472
source_bzrdir = self.make_bzrdir('source')
470
473
pack_repo.RepositoryFormatKnitPack1().initialize(source_bzrdir)
472
476
# Make a directory with a default stacking policy
473
477
parent_bzrdir = self.make_bzrdir('parent')
474
478
stacked_on = self.make_branch('parent/stacked-on', format='pack-0.92')