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