~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/versionedfile.py

Merge the _LazyGroupContentManager, et al.

This allows us to stream GroupCompressBlocks in their compressed form, and unpack them
during insert, rather than during get().

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):