~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch_weave.py

(jelmer) Move get_{workingtree, branch,
 repository}_transport methods from ControlDir to BzrDir. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    def open(self, a_bzrdir, name=None, _found=False, ignore_fallbacks=False,
109
109
            found_repository=None):
110
110
        """See BranchFormat.open()."""
 
111
        if name is not None:
 
112
            raise errors.NoColocatedBranchSupport(self)
111
113
        if not _found:
112
114
            # we are being called directly and must probe.
113
115
            raise NotImplementedError