tests/hghave
changeset 22762 05b3238ba901
parent 18229 77d06793a20d
child 25732 b94df10cc3b5
--- a/tests/hghave	Fri Oct 03 12:54:56 2014 -0500
+++ b/tests/hghave	Sat Oct 04 17:22:22 2014 +0900
@@ -10,7 +10,7 @@
 checks = hghave.checks
 
 def list_features():
-    for name, feature in checks.iteritems():
+    for name, feature in sorted(checks.iteritems()):
         desc = feature[1]
         print name + ':', desc