comparison mercurial/smartset.py @ 47446:09ff5d532a25

copyfiles: add a way to relax the file system checking for hardlink This is critical for transaction file, less for hardlink/copy clone as we are about to do. Since `pure` build does not have a `getfstype` implementation this would disable hardlink clone for all pure build. So we add a parameter to control that extra check. Differential Revision: https://phab.mercurial-scm.org/D10854
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 09 Jun 2021 15:33:58 +0200
parents d4ba4d51f85f
children 6000f5b25c9b
comparison
equal deleted inserted replaced
47445:d756fc11cfb9 47446:09ff5d532a25