comparison hgeditor @ 50180:be019ac8c1e4 stable

dirstate-v2: don't mmap the data file when on NFS `mmap` on NFS will trigger a SIGBUS when the mmap'ed file is deleted, which wouldn't work in our case. Also, the performance advantage of using mmap on NFS is debatable at best.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 28 Nov 2022 12:33:20 +0100
parents 1aee2ab0f902
children
comparison
equal deleted inserted replaced
50179:f2e13d8d30e0 50180:be019ac8c1e4