1470
1487
format = BzrDirFormat.get_default_format()
1471
1488
return not isinstance(self._format, format.__class__)
1490
def open_branch(self, name=None, unsupported=False,
1474
1492
"""See BzrDir.open_branch."""
1475
1493
from bzrlib.branch import BzrBranchFormat4
1476
1494
format = BzrBranchFormat4()
1477
1495
self._check_supported(format, unsupported)
1480
1498
def sprout(self, url, revision_id=None, force_new_repo=False,
1481
1499
possible_transports=None, accelerator_tree=None,