##// END OF EJS Templates
tests: conditionalize an error message about unlinking a non empty directory...
Matt Harbison -
r39514:c4a7ba10 default
parent child Browse files
Show More
@@ -30,7 +30,8 b" of the files in a commit we're updating "
30 30
31 31 $ mkdir b && touch b/nonempty
32 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 35 [255]
35 36 $ hg ci
36 37 abort: last update was interrupted
@@ -50,7 +50,8 b' make sure that this does not erase untra'
50 50 $ hg st
51 51 ? name/file
52 52 $ hg up 1
53 abort: Directory not empty: '$TESTTMP/r1/r2/name'
53 abort: Unlinking directory not permitted: '$TESTTMP/r1/r2/name' (windows !)
54 abort: Directory not empty: '$TESTTMP/r1/r2/name' (no-windows !)
54 55 [255]
55 56 $ cat name/file
56 57 text
General Comments 0
You need to be logged in to leave comments. Login now