/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

Merge bzr.dev into cleanup

Show diffs side-by-side

added added

removed removed

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