230
230
raise errors.NoColocatedBranchSupport(self)
234
234
"""Set the referenced URL for the branch in this controldir.
236
236
:param name: Optional colocated branch name
238
238
:raises NoColocatedBranchSupport: If a branch name was specified
239
239
but colocated branches are not supported.
241
242
raise NotImplementedError(self.set_branch_reference)