/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_tree/test_tree.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 00:17:06 UTC
  • mto: (6670.4.8 move-bzr)
  • mto: This revision was merged to the branch mainline in revision 6681.
  • Revision ID: jelmer@jelmer.uk-20170610001706-xn6jiuev350246mr
Rename a number of attributes from bzrdir to controldir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        self.build_tree_contents([('wta/file', 'a\nb\nc\nd\n')])
51
51
        work_a.add('file', 'file-id')
52
52
        work_a.commit('base version')
53
 
        work_b = work_a.bzrdir.sprout('wtb').open_workingtree()
 
53
        work_b = work_a.controldir.sprout('wtb').open_workingtree()
54
54
        self.build_tree_contents([('wta/file', 'b\nc\nd\ne\n')])
55
55
        tree_a = self.workingtree_to_test_tree(work_a)
56
56
        tree_a.lock_read()