~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/bzrdir.py

Merge hpss-call-counts branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
867
867
        return not isinstance(self._format, format.__class__)
868
868
 
869
869
    def open_branch(self, name=None, unsupported=False,
870
 
                    ignore_fallbacks=False):
 
870
                    ignore_fallbacks=False, possible_transports=None):
871
871
        """See BzrDir.open_branch."""
872
872
        from bzrlib.plugins.weave_fmt.branch import BzrBranchFormat4
873
873
        format = BzrBranchFormat4()
874
874
        format.check_support_status(unsupported)
875
 
        return format.open(self, name, _found=True)
 
875
        return format.open(self, name, _found=True,
 
876
            possible_transports=possible_transports)
876
877
 
877
878
    def sprout(self, url, revision_id=None, force_new_repo=False,
878
879
               possible_transports=None, accelerator_tree=None,