tests/test-merge1.t
changeset 39478 c4a7ba10cdd7
parent 39196 8c6775e812d8
child 39577 cb1329738d64
equal deleted inserted replaced
39477:8eb2145ff0fb 39478:c4a7ba10cdd7
    28 Test interrupted updates by having a non-empty dir with the same name as one
    28 Test interrupted updates by having a non-empty dir with the same name as one
    29 of the files in a commit we're updating to
    29 of the files in a commit we're updating to
    30 
    30 
    31   $ mkdir b && touch b/nonempty
    31   $ mkdir b && touch b/nonempty
    32   $ hg up
    32   $ hg up
    33   abort: Directory not empty: '$TESTTMP/t/b'
    33   abort: Unlinking directory not permitted: '$TESTTMP/t/b' (windows !)
       
    34   abort: Directory not empty: '$TESTTMP/t/b' (no-windows !)
    34   [255]
    35   [255]
    35   $ hg ci
    36   $ hg ci
    36   abort: last update was interrupted
    37   abort: last update was interrupted
    37   (use 'hg update' to get a consistent checkout)
    38   (use 'hg update' to get a consistent checkout)
    38   [255]
    39   [255]