/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: 2007-09-27 21:11:38 UTC
  • mfrom: (2871 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2879.
  • Revision ID: robertc@robertcollins.net-20070927211138-ebsu1bo1qz9f1w8n
Merge bzr.dev.

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_no_args(self):
 
61
        branch = self.make_branch('branch')
 
62
        self.run_bzr_error(['No target configuration specified'],
 
63
                           'reconfigure', working_dir='branch')