/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 breezy/plugins/weave_fmt/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-04 21:54:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6666.
  • Revision ID: jelmer@jelmer.uk-20170604215456-pbu16psy2m4v1cya
Split bzr branch code out into breezy.bzrbranch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
925
925
        return result
926
926
 
927
927
    def set_branch_reference(self, target_branch, name=None):
928
 
        from ...branch import BranchReferenceFormat
 
928
        from ...bzrbranch import BranchReferenceFormat
929
929
        if name is not None:
930
930
            raise errors.NoColocatedBranchSupport(self)
931
931
        raise errors.IncompatibleFormat(BranchReferenceFormat, self._format)