tests/test-check-config.t
changeset 33116 6c113a7dec52
parent 32940 75be14993fda
child 33195 5d8942dbe49e
equal deleted inserted replaced
33115:fa9a90d5ad89 33116:6c113a7dec52
    29   undocumented: ui.missingbool2 (bool)
    29   undocumented: ui.missingbool2 (bool)
    30   undocumented: ui.missingint (int)
    30   undocumented: ui.missingint (int)
    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   $ syshg 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)
    36               limit = ui.configwith(fraction, 'profiling', 'showmin', 0.05)
    37   
    37   
    38   conflict on profiling.showmin: ('with', '0.05') != ('with', '0.005')
    38   conflict on profiling.showmin: ('with', '0.05') != ('with', '0.005')