65
65
"""Iterable of tuples describing shelvable changes.
67
67
As well as generating the tuples, this updates several members.
69
70
('add file', file_id, work_kind, work_path)
70
71
('delete file', file_id, target_kind, target_path)
71
72
('rename', file_id, target_path, work_path)