I have a mercury repository in which there are several projects (from IntelliJ IDEA) inside it. For example, I could:
foo/ projects/ project1/ .idea/ project2/ .idea/
I can push, pull, lock, etc. with command line and TortoiseHG. I have included Mercurial (hg4idea plugin) in IntelliJ, but almost nothing works. If I add the source code file, it will not be added, and for the files that I added manually, they do not show any changes. In IntelliJ, the Mercurial menu is turned on, but "add to VCS" is always grayed out. However, IntelliJ correctly lists the available change sets from the remote repository.
In the version control window for commands such as "hg status", I get errors such as:
abort: repository C:/foo/projects/project1 not found!
Commands like "hg incoming" seem to be doing well.
I suspect this may be due to the fact that the root of the project (project1) is below the root of the repository (foo). Does anyone know how to solve this problem? Can I change the configuration? If so, where is it in the settings?
I am using the latest (10.0.3) edition of IntelliJ IDEA Community.
Nick fortescue
source share