~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-01-18 19:08:55 UTC
  • mto: (6437.3.9 2.5)
  • mto: This revision was merged to the branch mainline in revision 6444.
  • Revision ID: jelmer@samba.org-20120118190855-bfkwrfb5raaqal6f
Fix test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
929
929
 
930
930
    def set_branch_reference(self, target_branch, name=None):
931
931
        from bzrlib.branch import BranchReferenceFormat
 
932
        if name is not None:
 
933
            raise errors.NoColocatedBranchSupport(self)
932
934
        raise errors.IncompatibleFormat(BranchReferenceFormat, self._format)
933
935
 
934
936