tests/test-add.t
changeset 45894 9dc1351d0b5f
parent 45844 3175b0e0058b
equal deleted inserted replaced
45893:f4065c3f09b8 45894:9dc1351d0b5f
    42   A b
    42   A b
    43 
    43 
    44 #if no-windows
    44 #if no-windows
    45   $ echo foo > con.xml
    45   $ echo foo > con.xml
    46   $ hg --config ui.portablefilenames=jump add con.xml
    46   $ hg --config ui.portablefilenames=jump add con.xml
    47   abort: ui.portablefilenames value is invalid ('jump')
    47   config error: ui.portablefilenames value is invalid ('jump')
    48   [30]
    48   [30]
    49   $ hg --config ui.portablefilenames=abort add con.xml
    49   $ hg --config ui.portablefilenames=abort add con.xml
    50   abort: filename contains 'con', which is reserved on Windows: con.xml
    50   abort: filename contains 'con', which is reserved on Windows: con.xml
    51   [10]
    51   [10]
    52   $ hg st
    52   $ hg st