1760
1779
def open(self, a_bzrdir, name=None, _found=False, ignore_fallbacks=False):
1761
1780
"""See BranchFormat.open()."""
1765
1782
# we are being called directly and must probe.
1766
1783
raise NotImplementedError
1767
1784
return BzrBranch(_format=self,
1768
1785
_control_files=a_bzrdir._control_files,
1770
1788
_repository=a_bzrdir.open_repository())