~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-01 12:53:09 UTC
  • mfrom: (4988.6.2 private-serialise-inv)
  • Revision ID: pqm@pqm.ubuntu.com-20100201125309-4nitvjqjlp05b7vt
(Jelmer) Make Repository.serialise_inventory private.

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):