203
203
changes = self.tree.changes_from(self.tree.basis_tree())
204
204
if changes.has_changed():
205
205
raise errors.UncommittedChanges(self.tree)
207
212
def _select_bind_location(self):
208
213
"""Select a location to bind or create a reference to.