Show More
@@ -30,8 +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: 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 |
@@ -50,8 +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: Unlinking directory not permitted: '$TESTTMP/r1/r2/name' (windows !) |
|
53 | abort: Unlinking directory not permitted: '?$TESTTMP/r1/r2/name'? (re) (windows !) | |
54 | abort: Directory not empty: '$TESTTMP/r1/r2/name' (no-windows !) |
|
54 | abort: Directory not empty: '?\$TESTTMP/r1/r2/name'? (re) (no-windows !) | |
55 | [255] |
|
55 | [255] | |
56 | $ cat name/file |
|
56 | $ cat name/file | |
57 | text |
|
57 | text |
General Comments 0
You need to be logged in to leave comments.
Login now