Fix inventory when revision_log() encounters missing objects
StorageInterface.revision_log()
returns an Iterable
of
Optional
s to make room for missing objects in a revision log.
We were not properly handling None values in
Lister._add_edges_using_storage_for_revision()
.
Depends !40 (merged)
Edited by Jérémy Bobbio (Lunar)