--- a/tests/hghave Thu Aug 09 23:14:52 2007 +0200
+++ b/tests/hghave Sat Aug 11 12:36:04 2007 +0200
@@ -73,7 +73,7 @@
negate = feature.startswith('no-')
if negate:
feature = feature[3:]
-
+
if feature not in checks:
error('hghave: unknown feature: ' + feature)
continue