1195
1195
repo = self.make_repository('.', format=format)
1196
1196
packs = repo._pack_collection
1197
1197
self.assertEqual([0], packs.pack_distribution(0))
1199
1205
def test_pack_distribution_one_to_nine(self):
1200
1206
format = self.get_format()
1201
1207
repo = self.make_repository('.', format=format)