/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

  • Committer: Jelmer Vernooij
  • Date: 2010-03-11 18:00:23 UTC
  • mfrom: (5085 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5086.
  • Revision ID: jelmer@samba.org-20100311180023-tps53ljemi1enebg
Merge bzr.dev.

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')