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