# HG changeset patch # User Augie Fackler # Date 1522937581 14400 # Node ID de9f9f888900d0ff617bac40beaf37d8f2dc9b67 # Parent 76823340a89971a28df91978c0caa1b1ba51b684 util: whitelist apfs for hardlink support Seems to work fine for me. Differential Revision: https://phab.mercurial-scm.org/D3134 diff -r 76823340a899 -r de9f9f888900 mercurial/util.py --- a/mercurial/util.py Thu Apr 05 11:33:36 2018 -0700 +++ b/mercurial/util.py Thu Apr 05 10:13:01 2018 -0400 @@ -1544,6 +1544,7 @@ # a whilelist of known filesystems where hardlink works reliably _hardlinkfswhitelist = { + 'apfs', 'btrfs', 'ext2', 'ext3',