Last modified: 2011-03-06 20:06:08 UTC
The attribute sha1 is always empty. fa_storage_key contains the sha1 value and the file extension, maybe that breaks wfBaseConvert. LocalRepo::cleanupDeletedBatch used "substr( $key, 0, strcspn( $key, '.' ) );" to get the sha1 value. Thanks.
r83399