##// END OF EJS Templates
Print less scary message if the system supports symlinks:...
Thomas Arendsen Hein -
r5092:6e040f6c default
parent child Browse files
Show More
@@ -82,7 +82,7 b" if __name__ == '__main__':"
82 if not negate and not check():
82 if not negate and not check():
83 error('hghave: missing feature: ' + desc)
83 error('hghave: missing feature: ' + desc)
84 elif negate and check():
84 elif negate and check():
85 error('hghave: unexpected feature: ' + desc)
85 error('hghave: system supports %s' % desc)
86
86
87 if failures != 0:
87 if failures != 0:
88 sys.exit(1)
88 sys.exit(1)
General Comments 0
You need to be logged in to leave comments. Login now