/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: Aaron Bentley
  • Date: 2007-11-27 19:37:36 UTC
  • mto: This revision was merged to the branch mainline in revision 3052.
  • Revision ID: abentley@panoramicfeedback.com-20071127193736-fjqqz482w0a6400o
SupportĀ reconfigureĀ --lightweight-checkout

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        branch = self.make_branch('branch')
57
57
        checkout = branch.create_checkout('checkout', lightweight=True)
58
58
        self.run_bzr('reconfigure --checkout checkout')
 
59
 
 
60
    def test_checkout_to_lightweight_checkout(self):
 
61
        branch = self.make_branch('branch')
 
62
        checkout = branch.create_checkout('checkout')
 
63
        self.run_bzr('reconfigure --lightweight-checkout checkout')