tests/test-check-config.t
changeset 32851 cb6436e051ca
parent 32850 e33c9a47b0db
child 32940 75be14993fda
equal deleted inserted replaced
32850:e33c9a47b0db 32851:cb6436e051ca
    31 
    31 
    32 New errors are not allowed. Warnings are strongly discouraged.
    32 New errors are not allowed. Warnings are strongly discouraged.
    33 
    33 
    34   $ hg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' |
    34   $ hg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' |
    35   >   python contrib/check-config.py
    35   >   python contrib/check-config.py
       
    36               limit = ui.configwith(fraction, 'profiling', 'showmin', 0.05)
       
    37   
       
    38   conflict on profiling.showmin: ('with', '0.05') != ('with', '0.005')