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