~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/versionedfile.py

  • Committer: Robert Collins
  • Author(s): Robert Collins, John Arbash Meinel, Ian Clathworthy, Vincent Ladeuil
  • Date: 2009-04-07 05:42:28 UTC
  • mto: This revision was merged to the branch mainline in revision 4261.
  • Revision ID: robertc@robertcollins.net-20090407054228-zslrfatxy9nw231i
Groupcompress from brisbane-core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
from bzrlib import (
33
33
    errors,
 
34
    groupcompress,
34
35
    index,
35
36
    knit,
36
37
    osutils,
1518
1519
            'knit-annotated-delta-gz':knit.knit_network_to_record,
1519
1520
            'knit-delta-closure':knit.knit_delta_closure_to_records,
1520
1521
            'fulltext':fulltext_network_to_record,
 
1522
            'groupcompress-block':groupcompress.network_block_to_records,
1521
1523
            }
1522
1524
 
1523
1525
    def read(self):