/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

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