~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tests/test_groupcompress.py

Merge in the latest updates to the gc trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
            'factory':make_pack_factory(False, False, 1),
41
41
            'graph': False,
42
42
            'key_length':1,
 
43
            'support_partial_insertion':False,
43
44
            }
44
45
        )
45
46
    applier = TestScenarioApplier()