~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-29 18:41:01 UTC
  • mfrom: (2796.2.22 bzr.reconfigure)
  • Revision ID: pqm@pqm.ubuntu.com-20071129184101-u9506rihe4zbzyyz
bzr reconfigure can now convert to lightweight checkout

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')