/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/branch_weave.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-08 00:59:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5705.
  • Revision ID: jelmer@samba.org-20110308005951-6olh1ntd1dtn64kd
Properly raise NoColocatedBranchSupport.

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