~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-04-16 11:08:11 UTC
  • mfrom: (6521 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6522.
  • Revision ID: jelmer@samba.org-20120416110811-0y996ihqy9o2bb1t
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
            # -- vila 20090311
136
136
            chk_tree_format = WorkingTreeFormat4()
137
137
            chk_tree_format._get_matchingbzrdir = \
138
 
                lambda:bzrlib.bzrdir.format_registry.make_bzrdir('2a')
 
138
                lambda:bzrlib.controldir.format_registry.make_bzrdir('2a')
139
139
            test_intertree_permutations.append(
140
140
                (InterTree.__name__ + "(CHKInventory)",
141
141
                 InterTree,