comparison tests/test-casecollision.t @ 14178:524c560e2d32

test-casecollision.t: add test for case changing rename
author Adrian Buehlmann <adrian@cadifra.com>
date Tue, 03 May 2011 22:11:56 +0200
parents 04ce8fa1015d
children 14e44933d175
comparison
equal deleted inserted replaced
14177:fc004d16633f 14178:524c560e2d32
29 ? A 29 ? A
30 $ hg add --config ui.portablefilenames=no A 30 $ hg add --config ui.portablefilenames=no A
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 ..