~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Jelmer Vernooij
  • Date: 2010-01-31 12:05:38 UTC
  • mto: (4988.6.2 private-serialise-inv)
  • mto: This revision was merged to the branch mainline in revision 4994.
  • Revision ID: jelmer@samba.org-20100131120538-m0tp2sj8uyqt74xu
Rename Repository.get_inventory_xml -> Repository._get_inventory_xml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2450
2450
        return self._serializer.format_num
2451
2451
 
2452
2452
    @needs_read_lock
2453
 
    def get_inventory_xml(self, revision_id):
 
2453
    def _get_inventory_xml(self, revision_id):
2454
2454
        """Get inventory XML as a file object."""
2455
2455
        texts = self._iter_inventory_xmls([revision_id], 'unordered')
2456
2456
        try: