~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitpack_repo.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-05 17:52:20 UTC
  • mto: This revision was merged to the branch mainline in revision 5801.
  • Revision ID: jelmer@samba.org-20110405175220-07pi4se33fhvore7
Avoid bzrlib.knit imports when using groupcompress repositories.

Add bzrlib.knit to the blacklist in test_import_tariff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
957
957
            self.new_pack.text_index,
958
958
            ('blank', ), 1,
959
959
            add_nodes_callback=self.new_pack.text_index.add_nodes)
960
 
        data_access = _DirectPackAccess(
 
960
        data_access = pack._DirectPackAccess(
961
961
                {self.new_pack.text_index:self.new_pack.access_tuple()})
962
962
        data_access.set_writer(self.new_pack._writer, self.new_pack.text_index,
963
963
            self.new_pack.access_tuple())