~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-06 00:49:26 UTC
  • mfrom: (1587.1.14 bound-branches)
  • Revision ID: pqm@pqm.ubuntu.com-20060306004926-6d7a10c990bc17d1
Merge in bound branches core support.

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