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

Merge test-run support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        pull.outf = ui_testing.StringIOWithEncoding()
57
57
        pull.run(self.get_url('remote'), directory='local')
58
58
        self.assertEqual(2, len(self.connections))
 
59