155
157
def _get_matching_bzrdir(self):
158
160
def _ignore_setting_bzrdir(self, format):
161
163
_matchingbzrdir = property(_get_matching_bzrdir, _ignore_setting_bzrdir)
164
167
"""See RepositoryFormat.get_format_string()."""
165
168
return "Bazaar pack repository format 1 (needs bzr 0.92)\n"