~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: 2009-08-06 02:23:37 UTC
  • mfrom: (4332.3.36 check)
  • Revision ID: pqm@pqm.ubuntu.com-20090806022337-7c2oni07fsjq6gun
(robertc) Partial overhaul of check to do less duplicate work.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
766
766
            if basis_tree is not None:
767
767
                basis_tree.unlock()
768
768
 
 
769
    def deserialise_inventory(self, revision_id, bytes):
 
770
        return inventory.CHKInventory.deserialise(self.chk_bytes, bytes,
 
771
            (revision_id,))
 
772
 
769
773
    def _iter_inventories(self, revision_ids):
770
774
        """Iterate over many inventory objects."""
771
775
        keys = [(revision_id,) for revision_id in revision_ids]