~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_upgrade.py

(jelmer) Reduce the number of connections made during "bzr branch
 --stacked". (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    def get_converter(self, format=None):
60
60
        return ConvertOldTestToMeta()
61
61
 
62
 
    @classmethod
63
 
    def get_format_string(cls):
 
62
    def get_format_string(self):
64
63
        return "Ancient Test Format"
65
64
 
66
65
    def _open(self, transport):