##// END OF EJS Templates
test-casefolding: fix wrong case on hfs on linux...
test-casefolding: fix wrong case on hfs on linux on linux hfs keeps the old case of the file stored force it by renameing to another name and back

File last commit:

r6944:7e5f3480 default
r9396:5cd14e1e default
Show More
test-empty
17 lines | 142 B | text/plain | TextLexer
#!/bin/sh
hg init a
cd a
hg log
hg grep wah
hg manifest
hg verify
ls .hg
ls .hg/store
cd ..
hg clone a b
cd b
hg verify
ls .hg
ls .hg/store