~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2007-11-30 05:42:00 UTC
  • mfrom: (3052 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3057.
  • Revision ID: andrew.bennetts@canonical.com-20071130054200-tp1k3vfbczd78cjo
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        branch = self.make_branch('branch')
62
62
        self.run_bzr_error(['No target configuration specified'],
63
63
                           'reconfigure', working_dir='branch')
 
64
 
 
65
    def test_checkout_to_lightweight_checkout(self):
 
66
        branch = self.make_branch('branch')
 
67
        checkout = branch.create_checkout('checkout')
 
68
        self.run_bzr('reconfigure --lightweight-checkout checkout')