/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/repofmt/groupcompress_repo.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1145
1145
 
1146
1146
    def get_format_string(self):
1147
1147
        return ('Bazaar repository format 2a (needs bzr 1.16 or later)\n')
 
1148
 
 
1149
    def get_format_description(self):
 
1150
        """See RepositoryFormat.get_format_description()."""
 
1151
        return ("Repository format 2a - rich roots, group compression"
 
1152
            " and chk inventories")