/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

Merge from refactor-intertree

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                "mutable_trees_to_test_trees":mutable_trees_to_test_trees,
90
90
                # workingtree_to_test_tree is set to disable changing individual,
91
91
                # trees: instead the mutable_trees_to_test_trees helper is used.,
92
 
                "workingtree_to_test_tree":return_parameter,
 
92
                "_workingtree_to_test_tree": return_parameter,
93
93
                })
94
94
            result.append(scenario)
95
95
        return result