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

Merge test-run support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        cmd.outf = self.make_utf8_encoded_stringio()
36
36
        cmd.run(self.get_url('branch2'))
37
37
        self.assertEqual(1, len(self.connections))
 
38