/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 hpss-miscellany.

Show diffs side-by-side

added added

removed removed

Lines of Context:
636
636
            self.branch_format.get_format_string()
637
637
        except NotImplementedError:
638
638
            return
639
 
        self.assertEqual(self.branch_format, opened_control.find_branch_format())
 
639
        self.assertEqual(self.branch_format,
 
640
                         opened_control.find_branch_format())
640
641
 
641
642
 
642
643
class TestBound(TestCaseWithBranch):