~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_upgrade.py

  • Committer: Robert Collins
  • Date: 2006-03-05 11:48:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: robertc@robertcollins.net-20060305114854-d95dbe4adfee32e9
Make bound branch creation happen via 'checkout'

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        d.create_branch()
50
50
        d.create_workingtree()
51
51
        self.run_bzr('checkout',
 
52
                     '--lightweight',
52
53
                     self.get_url('current_format_branch'),
53
54
                     'current_format_checkout')
54
55