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