/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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-17 10:07:12 UTC
  • mfrom: (3363.1.6 refactor-intertree)
  • Revision ID: pqm@pqm.ubuntu.com-20080417100712-7pdn4q0fg9eoy3a2
Refactor tree_implementation scenario creation (abentley)

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