Submitter | phabricator |
---|---|
Date | April 6, 2018, 12:41 p.m. |
Message ID | <1041a63ce897e7ae3fc03d370152f9dc@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30431/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/util.py b/mercurial/util.py --- a/mercurial/util.py +++ b/mercurial/util.py @@ -1544,6 +1544,7 @@ # a whilelist of known filesystems where hardlink works reliably _hardlinkfswhitelist = { + 'apfs', 'btrfs', 'ext2', 'ext3',