2240
2255
repository_class = KnitPackRepository
2241
2256
_commit_builder_class = PackCommitBuilder
2243
2257
supports_external_lookups = True
2244
2258
# What index classes to use
2245
2259
index_builder_class = BTreeBuilder
2246
2260
index_class = BTreeGraphIndex
2248
2266
def _get_matching_bzrdir(self):
2249
2267
return bzrdir.format_registry.make_bzrdir('development2')