/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 bzrlib/tests/branch_implementations/test_branch.py

[merge] bzr.dev 1850

Show diffs side-by-side

added added

removed removed

Lines of Context:
568
568
            return
569
569
        self.assertEqual(self.branch_format,
570
570
                         branch.BranchFormat.find_format(opened_control))
 
571
 
 
572