tests/hghave
changeset 48875 6000f5b25c9b
parent 47500 23f5ed6dbcb1
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     2 """Test the running system for features availability. Exit with zero
     2 """Test the running system for features availability. Exit with zero
     3 if all features are there, non-zero otherwise. If a feature name is
     3 if all features are there, non-zero otherwise. If a feature name is
     4 prefixed with "no-", the absence of feature is tested.
     4 prefixed with "no-", the absence of feature is tested.
     5 """
     5 """
     6 
     6 
     7 from __future__ import absolute_import, print_function
       
     8 
     7 
     9 import hghave
     8 import hghave
    10 import optparse
     9 import optparse
    11 import os
    10 import os
    12 import sys
    11 import sys