##// END OF EJS Templates
util: enable hardlink for some BSD-family filesystems...
Jun Wu -
r31598:32f09ead default
parent child Browse files
Show More
@@ -1061,10 +1061,13 b' def checksignature(func):'
1061 'ext2',
1061 'ext2',
1062 'ext3',
1062 'ext3',
1063 'ext4',
1063 'ext4',
1064 'hfs',
1064 'jfs',
1065 'jfs',
1065 'reiserfs',
1066 'reiserfs',
1066 'tmpfs',
1067 'tmpfs',
1068 'ufs',
1067 'xfs',
1069 'xfs',
1070 'zfs',
1068 ])
1071 ])
1069
1072
1070 def copyfile(src, dest, hardlink=False, copystat=False, checkambig=False):
1073 def copyfile(src, dest, hardlink=False, copystat=False, checkambig=False):
General Comments 0
You need to be logged in to leave comments. Login now