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

  • Committer: Martin Pool
  • Date: 2009-08-28 04:13:16 UTC
  • mfrom: (4634.6.8 2.0)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: mbp@sourcefrog.net-20090828041316-adcbxfnfpc4bjtpl
Merge 2.0 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1255
1255
        # repository is the same as the external location of the stacked-on
1256
1256
        # branch.
1257
1257
        balloon = self.make_bzrdir('balloon')
1258
 
        if isinstance(balloon, bzrdir.BzrDirMetaFormat1):
 
1258
        if isinstance(balloon._format, bzrdir.BzrDirMetaFormat1):
1259
1259
            stack_on = self.make_branch('stack-on', format='1.9')
1260
1260
        else:
1261
1261
            stack_on = self.make_branch('stack-on')