~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

  • Committer: Andrew Bennetts
  • Date: 2009-09-01 06:32:42 UTC
  • mto: (4634.6.23 2.0)
  • mto: This revision was merged to the branch mainline in revision 4676.
  • Revision ID: andrew.bennetts@canonical.com-20090901063242-96on706kiblvtnsf
Put new key tracking in _KeyRefs rather than alongside it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
645
645
            _GCGraphIndex(self._pack_collection.inventory_index.combined_index,
646
646
                add_callback=self._pack_collection.inventory_index.add_callback,
647
647
                parents=True, is_locked=self.is_locked,
648
 
                inconsistency_fatal=False, track_new_keys=True),
 
648
                inconsistency_fatal=False),
649
649
            access=self._pack_collection.inventory_index.data_access)
650
650
        self.revisions = GroupCompressVersionedFiles(
651
651
            _GCGraphIndex(self._pack_collection.revision_index.combined_index,
652
652
                add_callback=self._pack_collection.revision_index.add_callback,
653
653
                parents=True, is_locked=self.is_locked,
654
 
                track_external_parent_refs=True),
 
654
                track_external_parent_refs=True, track_new_keys=True),
655
655
            access=self._pack_collection.revision_index.data_access,
656
656
            delta=False)
657
657
        self.signatures = GroupCompressVersionedFiles(