/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_branch.py

Merge test-run support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        cmd = cmd_branch()
41
41
        cmd.run(self.get_url('branch'), self.get_url('remote'))
42
42
        self.assertEqual(2, len(self.connections))
 
43