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