##// END OF EJS Templates
tests: handle Python 3 not quoting non-empty-directory error...
Augie Fackler -
r39613:cb132973 default
parent child Browse files
Show More
@@ -30,8 +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: Unlinking directory not permitted: '$TESTTMP/t/b' (windows !)
34 abort: Directory not empty: '$TESTTMP/t/b' (no-windows !)
33 abort: Unlinking directory not permitted: '?\$TESTTMP/t/b'? (re) (windows !)
34 abort: Directory not empty: '?\$TESTTMP/t/b'? (re) (no-windows !)
35 35 [255]
36 36 $ hg ci
37 37 abort: last update was interrupted
@@ -50,8 +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: Unlinking directory not permitted: '$TESTTMP/r1/r2/name' (windows !)
54 abort: Directory not empty: '$TESTTMP/r1/r2/name' (no-windows !)
53 abort: Unlinking directory not permitted: '?$TESTTMP/r1/r2/name'? (re) (windows !)
54 abort: Directory not empty: '?\$TESTTMP/r1/r2/name'? (re) (no-windows !)
55 55 [255]
56 56 $ cat name/file
57 57 text
General Comments 0
You need to be logged in to leave comments. Login now