/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/intertree_implementations/__init__.py

Change the inventory serialization to be line delimited.
This causes a format bump for all repos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    # CHKInventory does not have an InterTree optimiser class (yet).
177
177
    chk_tree_format = WorkingTreeFormat4()
178
178
    chk_tree_format._get_matchingbzrdir = \
179
 
        lambda:bzrlib.bzrdir.format_registry.make_bzrdir('development3')
 
179
        lambda:bzrlib.bzrdir.format_registry.make_bzrdir('development5')
180
180
    test_intertree_permutations.append(
181
181
        (InterTree.__name__ + "(CHKInventory)",
182
182
         InterTree,