267
267
"""Raise if reconfiguration would destroy local changes"""
269
271
raise errors.UncommittedChanges(self.tree)
270
272
if self._create_reference and self.local_branch is not None:
271
273
reference_branch = branch.Branch.open(self._select_bind_location())