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