/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2008-02-06 04:06:42 UTC
  • mfrom: (3216 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3217.
  • Revision ID: robertc@robertcollins.net-20080206040642-2efx3l4iv5f95lxp
Merge up with 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')