/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 breezy/tests/per_intertree/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 00:52:37 UTC
  • mto: (6670.4.8 move-bzr)
  • mto: This revision was merged to the branch mainline in revision 6681.
  • Revision ID: jelmer@jelmer.uk-20170610005237-59jdqykbfjo1p37t
Rename make_bzrdir to make_controldir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
    def make_to_branch_and_tree(self, relpath):
70
70
        """Make a to_workingtree_format branch and tree."""
71
 
        made_control = self.make_bzrdir(relpath,
 
71
        made_control = self.make_controldir(relpath,
72
72
            format=self.workingtree_format_to._matchingbzrdir)
73
73
        made_control.create_repository()
74
74
        made_control.create_branch()
135
135
            # -- vila 20090311
136
136
            chk_tree_format = WorkingTreeFormat4()
137
137
            chk_tree_format._get_matchingbzrdir = \
138
 
                lambda:breezy.controldir.format_registry.make_bzrdir('2a')
 
138
                lambda:breezy.controldir.format_registry.make_controldir('2a')
139
139
            test_intertree_permutations.append(
140
140
                (InterTree.__name__ + "(CHKInventory)",
141
141
                 InterTree,