There is a support for Mercurial in IntelliJ, but it does not handle renames correctly. I.e. renaming a file or moving a file to another package does not rename/move file in Mercurial.
This is absolutely annoying. Is there a better way to work with Mercurial in IntelliJ?
Thanks.
You have to register your Mercurial root in Settings | Version Control.
There you have to point to exact root directory, you can’t use the “
<Project>” mapping if the hg root is above it.