##// END OF EJS Templates
hghave: add a check for unzip(1) that understands symlinks...
Augie Fackler -
r29843:00ca4f96 default
parent child Browse files
Show More
@@ -573,3 +573,7 b' def has_hypothesis():'
573 return True
573 return True
574 except ImportError:
574 except ImportError:
575 return False
575 return False
576
577 @check("unziplinks", "unzip(1) understands and extracts symlinks")
578 def unzip_understands_symlinks():
579 return matchoutput('unzip --help', br'Info-ZIP')
General Comments 0
You need to be logged in to leave comments. Login now