~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-23 23:26:35 UTC
  • mto: This revision was merged to the branch mainline in revision 6486.
  • Revision ID: jelmer@samba.org-20120223232635-opp7nq6ly9562x36
Use controldir rather than bzrdir in a couple more places.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2854
2854
        # stacking policy to honour; create a bzr dir with an unshared
2855
2855
        # repository (but not a branch - our code would be trying to escape
2856
2856
        # then!) to stop them, and permit it to be read.
2857
 
        # control = bzrdir.BzrDir.create(self.test_base_dir)
 
2857
        # control = controldir.ControlDir.create(self.test_base_dir)
2858
2858
        # control.create_repository()
2859
2859
        self.test_home_dir = self.test_base_dir + '/home'
2860
2860
        os.mkdir(self.test_home_dir)