/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: Andrew Bennetts
  • Date: 2008-04-28 05:46:37 UTC
  • mfrom: (3384 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3386.
  • Revision ID: andrew.bennetts@canonical.com-20080428054637-w1t3l02zixduk0fr
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