tests/test-addremove.t
changeset 35230 feecfefeba25
parent 33340 dd050fc04cc9
child 39088 ad88726d6982
equal deleted inserted replaced
35229:61ff0d7d56fd 35230:feecfefeba25
    29   $ hg -v addremove
    29   $ hg -v addremove
    30   adding foo
    30   adding foo
    31   $ hg forget foo
    31   $ hg forget foo
    32 
    32 
    33   $ hg -v addremove nonexistent
    33   $ hg -v addremove nonexistent
    34   nonexistent: The system cannot find the file specified (windows !)
    34   nonexistent: $ENOENT$
    35   nonexistent: No such file or directory (no-windows !)
       
    36   [1]
    35   [1]
    37 
    36 
    38   $ cd ..
    37   $ cd ..
    39 
    38 
    40   $ hg init subdir
    39   $ hg init subdir
    84   adding c
    83   adding c
    85 
    84 
    86   $ rm c
    85   $ rm c
    87 
    86 
    88   $ hg ci -A -m "c" nonexistent
    87   $ hg ci -A -m "c" nonexistent
    89   nonexistent: The system cannot find the file specified (windows !)
    88   nonexistent: $ENOENT$
    90   nonexistent: No such file or directory (no-windows !)
       
    91   abort: failed to mark all new/missing files as added/removed
    89   abort: failed to mark all new/missing files as added/removed
    92   [255]
    90   [255]
    93 
    91 
    94   $ hg st
    92   $ hg st
    95   ! c
    93   ! c