comparison tests/test-casefolding.t @ 16291:9952ac7e0968

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 27 Mar 2012 14:37:17 -0500
parents 2b0a406d3043 09f2bb3a37b5
children 73f4e05287b4
comparison
equal deleted inserted replaced
16285:e53c0b2d7b60 16291:9952ac7e0968
24 $ echo a > a 24 $ echo a > a
25 $ hg --debug ci -Am adda 25 $ hg --debug ci -Am adda
26 adding a 26 adding a
27 a 27 a
28 committed changeset 0:07f4944404050f47db2e5c5071e0e84e7a27bba9 28 committed changeset 0:07f4944404050f47db2e5c5071e0e84e7a27bba9
29
30 Case-changing renames should work:
31
29 $ hg mv a A 32 $ hg mv a A
30 A: not overwriting - file exists 33 $ hg mv A a
31
32 'a' used to be removed under windows
33
34 $ test -f a || echo 'a is missing'
35 $ hg st 34 $ hg st
36 $ cd .. 35 $ cd ..
37 36
38 test case collision between revisions (issue912) 37 test case collision between revisions (issue912)
39 38