Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does TortoiseHg randomly capitalize my file name on commit?

The file is not capitalized in the directory. There is nothing that would indicate that the file is different from any other file. Yet, on commit, the file name is capitalized including the type "CS". What's up with that?

like image 896
Pouya Yousefi Avatar asked Feb 08 '12 16:02

Pouya Yousefi


1 Answers

It's not just filenames. It can also happen to any segment of the file's path.

This was a recent bug in Mercurial itself on Windows (discussion). It seems to be resolved in Mercurial 2.1, which will be included with TortoiseHg 2.3. There is a release candidate available, TortoiseHg 2.3-rc, and the final release should be out in less than a week.

like image 51
Joel B Fant Avatar answered Sep 23 '22 02:09

Joel B Fant