~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_bzrdir/test_bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-17 22:43:26 UTC
  • mfrom: (4617.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090817224326-uhljmr5me5x3xyda
(robertc) Multiple 2a-as-default fixes. (Robert Collins)

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