##// 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 $ 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
@@ -50,7 +50,8 b' make sure that this does not erase untra'
50 $ hg st
50 $ hg st
51 ? name/file
51 ? name/file
52 $ hg up 1
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 [255]
55 [255]
55 $ cat name/file
56 $ cat name/file
56 text
57 text
General Comments 0
You need to be logged in to leave comments. Login now