/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-20 05:05:59 UTC
  • mfrom: (4630 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4632.
  • Revision ID: mbp@sourcefrog.net-20090820050559-021d8swx2ps1xfn7
merge news

Show diffs side-by-side

added added

removed removed

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