904
904
def _iter_inventory_xmls(self, revision_ids, ordering):
905
905
# Without a native 'xml' inventory, this method doesn't make sense.
906
906
# However older working trees, and older bundles want it - so we supply
908
908
# serializer directly; this also isn't ideal, but there isn't an xml
909
909
# iteration interface offered at all for repositories. We could make
910
910
# _iter_inventory_xmls be part of the contract, even if kept private.