2029
2031
# XXX: Some callers pass '' as the packed_stat, and it seems to be
2030
2032
# sometimes present in the dirstate - this seems oddly inconsistent.
2036
2034
entry_index, present = self._find_entry_index(key, block)
2037
2035
new_details = (minikind, fingerprint, size, executable, packed_stat)
2038
2036
id_index = self._get_id_index()