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