/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/bzrdir_implementations/test_bzrdir.py

  • Committer: Robert Collins
  • Date: 2009-04-24 05:08:51 UTC
  • mto: This revision was merged to the branch mainline in revision 4304.
  • Revision ID: robertc@robertcollins.net-20090424050851-sdfonaqerfs386t0
Reduce round trips pushing new branches substantially.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1224
1224
                made_repo.bzrdir.root_transport.base)
1225
1225
 
1226
1226
    def test_format_initialize_on_transport_ex_stacked_on(self):
1227
 
        # trunk is a stackable format
 
1227
        # trunk is a stackable format.  Note that its in the same server area
 
1228
        # which is what launchpad does, but not sufficient to exercise the
 
1229
        # general case.
1228
1230
        trunk = self.make_branch('trunk', format='1.9')
1229
1231
        t = self.get_transport('stacked')
1230
1232
        old_fmt = bzrdir.format_registry.make_bzrdir('pack-0.92')