##// 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 1061 'ext2',
1062 1062 'ext3',
1063 1063 'ext4',
1064 'hfs',
1064 1065 'jfs',
1065 1066 'reiserfs',
1066 1067 'tmpfs',
1068 'ufs',
1067 1069 'xfs',
1070 'zfs',
1068 1071 ])
1069 1072
1070 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