~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge bzr.dev 4187, and revert the change to fix refcycle issues.

I apparently didn't run the smart fetch tests. Which show that we access inv+chk pages
as a fulltext, and then insert the stream, which expects to get the block as a compressed
block. :(.
Need to rethink how to do it, possibly with weakrefs.


This also brings in CommitBuilder.record_iter_changes() and the updates to btree_index
and backing indices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        'bzrlib.tests.workingtree_implementations.test_basis_tree',
78
78
        'bzrlib.tests.workingtree_implementations.test_break_lock',
79
79
        'bzrlib.tests.workingtree_implementations.test_changes_from',
 
80
        'bzrlib.tests.workingtree_implementations.test_content_filters',
80
81
        'bzrlib.tests.workingtree_implementations.test_commit',
81
82
        'bzrlib.tests.workingtree_implementations.test_executable',
82
83
        'bzrlib.tests.workingtree_implementations.test_flush',