219
219
"""Raise if reconfiguration would destroy local changes"""
223
223
raise errors.UncommittedChanges(self.tree)
224
224
if self._create_reference and self.local_branch is not None:
225
225
reference_branch = branch.Branch.open(self._select_bind_location())