888
888
# there should be 9 packs:
889
889
index = GraphIndex(trans, 'pack-names', None)
890
890
self.assertEqual(9, len(list(index.iter_all_entries())))
891
894
# committing one more should coalesce to 1 of 10.
892
895
tree.commit('commit triggering pack')
893
896
index = GraphIndex(trans, 'pack-names', None)