tests/test-merge1.t
changeset 39577 cb1329738d64
parent 39478 c4a7ba10cdd7
child 39593 c8514f858788
equal deleted inserted replaced
39576:fa4d16daf1be 39577:cb1329738d64
    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: Unlinking directory not permitted: '$TESTTMP/t/b' (windows !)
    33   abort: Unlinking directory not permitted: '?\$TESTTMP/t/b'? (re) (windows !)
    34   abort: Directory not empty: '$TESTTMP/t/b' (no-windows !)
    34   abort: Directory not empty: '?\$TESTTMP/t/b'? (re) (no-windows !)
    35   [255]
    35   [255]
    36   $ hg ci
    36   $ hg ci
    37   abort: last update was interrupted
    37   abort: last update was interrupted
    38   (use 'hg update' to get a consistent checkout)
    38   (use 'hg update' to get a consistent checkout)
    39   [255]
    39   [255]