mercurial/util.py
changeset 37382 de9f9f888900
parent 37366 b23e3cc1afd4
child 37455 9ecb7c471cfb
--- 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',