~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-01 12:21:33 UTC
  • mfrom: (4988.5.3 private-get-inventory-xml)
  • Revision ID: pqm@pqm.ubuntu.com-20100201122133-g8vkmptowez6qaqi
(Jelmer) Make Repository.get_inventory_xml private.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
907
 
        # it allowing get_inventory_xml to work. Bundles currently use the
 
907
        # it allowing _get_inventory_xml to work. Bundles currently use the
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.