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