##// END OF EJS Templates
test-casecollision.t: add test for case changing rename
Adrian Buehlmann -
r14178:524c560e default
parent child Browse files
Show More
@@ -31,4 +31,10 b' test file addition with colliding case'
31 $ hg st
31 $ hg st
32 A A
32 A A
33 A a
33 A a
34
35 case changing rename must not warn or abort
36
37 $ echo c > c
38 $ hg ci -qAmx
39 $ hg mv c C
34 $ cd ..
40 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now