/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

  • Committer: Andrew Bennetts
  • Date: 2009-08-30 23:59:59 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-20090830235959-hgvy9r7levgjh639
Rough code to reject commit_write_group if any inventory's CHK root is absent.

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),
 
648
                inconsistency_fatal=False, track_new_keys=True),
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,