67
68
def shelved_id(self, shelf_id):
68
69
"""Report the id changes were shelved to."""
71
72
def changes_destroyed(self):
72
73
"""Report that changes were made without shelving."""
75
76
def selected_changes(self, transform):
76
77
"""Report the changes that were selected."""
78
79
changes = transform.iter_changes()
79
80
delta.report_changes(changes, self.delta_reporter)