/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: Aaron Bentley
  • Date: 2008-04-24 04:58:42 UTC
  • mfrom: (3377 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3380.
  • Revision ID: aaron@aaronbentley.com-20080424045842-0cajl9v6s4u52kaw
Merge bzr.dev

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