/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 breezy/tests/commands/test_checkout.py

Merge test-run support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        cmd = cmd_checkout()
38
38
        cmd.run(self.get_url('branch1'), 'local', lightweight=True)
39
39
        self.assertEqual(1, len(self.connections))
 
40