2558
2558
pack = Packer(self.target._pack_collection, packs, '.fetch',
2566
found_keys = set(k for idx, k, refs, value in found_items)
2571
2561
self.target._pack_collection._save_pack_names()
2572
2562
# Trigger an autopack. This may duplicate effort as we've just done
2573
2563
# a pack creation, but for now it is simpler to think about as