~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/workingtree_implementations/test_workingtree.py

Merge create_checkout_convenience update

Show diffs side-by-side

added added

removed removed

Lines of Context:
429
429
        # create an out of date working tree by making a checkout in this
430
430
        # current format
431
431
        self.build_tree(['checkout/', 'tree/file'])
432
 
        checkout = bzrdir.BzrDir.create_checkout_convenience('checkout',
433
 
                                                             main_branch)
 
432
        checkout = main_branch.create_checkout_convenience('checkout')
434
433
        # now commit to 'tree'
435
434
        wt.add('file')
436
435
        wt.commit('A', rev_id='A')