~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-05 14:48:54 UTC
  • mto: (5757.7.2 knitpackrepo-6)
  • mto: This revision was merged to the branch mainline in revision 5771.
  • Revision ID: jelmer@samba.org-20110405144854-a9803ggiflk8u4zq
Revert noknit branch for the moment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1046
1046
        index = _GCGraphIndex(graph_index, lambda:True, parents=parents,
1047
1047
            add_callback=graph_index.add_nodes,
1048
1048
            inconsistency_fatal=inconsistency_fatal)
1049
 
        access = pack._DirectPackAccess({})
 
1049
        access = knit._DirectPackAccess({})
1050
1050
        access.set_writer(writer, graph_index, (transport, 'newpack'))
1051
1051
        result = GroupCompressVersionedFiles(index, access, delta)
1052
1052
        result.stream = stream