~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

[merge] mpe

Show diffs side-by-side

added added

removed removed

Lines of Context:
601
601
        assert klass._formats[format.get_format_string()] is format
602
602
        del klass._formats[format.get_format_string()]
603
603
 
 
604
    def __str__(self):
 
605
        return self.get_format_string().rstrip()
 
606
 
604
607
 
605
608
class BzrBranchFormat4(BranchFormat):
606
609
    """Bzr branch format 4.
646
649
                         a_bzrdir=a_bzrdir,
647
650
                         _repository=a_bzrdir.open_repository())
648
651
 
 
652
    def __str__(self):
 
653
        return "Bazaar-NG branch format 4"
 
654
 
649
655
 
650
656
class BzrBranchFormat5(BranchFormat):
651
657
    """Bzr branch format 5.