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

Merge test-run support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        cmd.outf = ui_testing.StringIOWithEncoding()
34
34
        cmd.run(self.get_url())
35
35
        self.assertEqual(1, len(self.connections))
 
36