1680
1680
def _iter_inventory_xmls(self, revision_ids):
1681
1681
keys = [(revision_id,) for revision_id in revision_ids]
1682
1682
stream = self.inventories.get_record_stream(keys, 'unordered', True)
1685
1685
if record.storage_kind != 'absent':
1688
1688
raise errors.NoSuchRevision(self, record.key)
1692
1693
def deserialise_inventory(self, revision_id, xml):
1693
1694
"""Transform the xml into an inventory object.