##// END OF EJS Templates
test-add: enable for Windows
Adrian Buehlmann -
r16875:ee9bd7ef default
parent child Browse files
Show More
@@ -1,5 +1,3 b''
1 $ "$TESTDIR/hghave" no-windows || exit 80
2
3 $ hg init a
1 $ hg init a
4 $ cd a
2 $ cd a
5 $ echo a > a
3 $ echo a > a
@@ -35,6 +33,7 b' should fail'
35 A a
33 A a
36 A b
34 A b
37
35
36 #if no-windows
38 $ echo foo > con.xml
37 $ echo foo > con.xml
39 $ hg --config ui.portablefilenames=jump add con.xml
38 $ hg --config ui.portablefilenames=jump add con.xml
40 abort: ui.portablefilenames value is invalid ('jump')
39 abort: ui.portablefilenames value is invalid ('jump')
@@ -69,6 +68,7 b' should fail'
69 A b
68 A b
70 A con.xml
69 A con.xml
71 A hello:world
70 A hello:world
71 #endif
72
72
73 $ hg ci -m 0 --traceback
73 $ hg ci -m 0 --traceback
74
74
General Comments 0
You need to be logged in to leave comments. Login now