Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/util.py @ 37382:de9f9f888900
util: whitelist apfs for hardlink support
Seems to work fine for me.
Differential Revision: https://phab.mercurial-scm.org/D3134
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 05 Apr 2018 10:13:01 -0400 |
parents | b23e3cc1afd4 |
children | 9ecb7c471cfb |
comparison
equal
deleted
inserted
replaced
37381:76823340a899 | 37382:de9f9f888900 |
---|---|
1542 | 1542 |
1543 return check | 1543 return check |
1544 | 1544 |
1545 # a whilelist of known filesystems where hardlink works reliably | 1545 # a whilelist of known filesystems where hardlink works reliably |
1546 _hardlinkfswhitelist = { | 1546 _hardlinkfswhitelist = { |
1547 'apfs', | |
1547 'btrfs', | 1548 'btrfs', |
1548 'ext2', | 1549 'ext2', |
1549 'ext3', | 1550 'ext3', |
1550 'ext4', | 1551 'ext4', |
1551 'hfs', | 1552 'hfs', |