comparison mercurial/util.py @ 35515:d8f408d999f9

util: whitelist NTFS for hardlink creation (issue4580)
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 30 Dec 2017 21:15:12 -0500
parents beede158ea8a
children c4caf530b1c7
comparison
equal deleted inserted replaced
35514:2062f7c2ac83 35515:d8f408d999f9
1204 'ext2', 1204 'ext2',
1205 'ext3', 1205 'ext3',
1206 'ext4', 1206 'ext4',
1207 'hfs', 1207 'hfs',
1208 'jfs', 1208 'jfs',
1209 'NTFS',
1209 'reiserfs', 1210 'reiserfs',
1210 'tmpfs', 1211 'tmpfs',
1211 'ufs', 1212 'ufs',
1212 'xfs', 1213 'xfs',
1213 'zfs', 1214 'zfs',