~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

(jelmer) Add a common base class BzrDirMetaComponentFormat for all formats
 living in bzr meta directories. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1388
1388
 
1389
1389
    _matchingbzrdir = property(_get_matching_bzrdir, _ignore_setting_bzrdir)
1390
1390
 
1391
 
    def get_format_string(self):
 
1391
    @classmethod
 
1392
    def get_format_string(cls):
1392
1393
        return ('Bazaar repository format 2a (needs bzr 1.16 or later)\n')
1393
1394
 
1394
1395
    def get_format_description(self):
1410
1411
 
1411
1412
    _matchingbzrdir = property(_get_matching_bzrdir, _ignore_setting_bzrdir)
1412
1413
 
1413
 
    def get_format_string(self):
 
1414
    @classmethod
 
1415
    def get_format_string(cls):
1414
1416
        return ('Bazaar development format 8\n')
1415
1417
 
1416
1418
    def get_format_description(self):