~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:18:35 UTC
  • mto: This revision was merged to the branch mainline in revision 4995.
  • Revision ID: jelmer@samba.org-20100131121835-wady4sv493my0buq
Rename Repository.serialise_inventory to Repository._serialise_inventory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2440
2440
                result.revision_id, revision_id))
2441
2441
        return result
2442
2442
 
2443
 
    def serialise_inventory(self, inv):
 
2443
    def _serialise_inventory(self, inv):
2444
2444
        return self._serializer.write_inventory_to_string(inv)
2445
2445
 
2446
2446
    def _serialise_inventory_to_lines(self, inv):