sbool mechList_localCopyHasMD5(S name, S md5) {
  ret eq(md5OfFile_throughString_cached(remoteMechListMirrorFile(name)), md5);
}