vishalaksh
vishalaksh

Reputation: 2164

Mercurial not configured correctly

I have recently updated to eclipse juno. I have also updated mercurial to its latest version, but it is still giving me problems. The mercurial plugin tells :"Unsupported hg version:1.9.3. Expected is at least2.0.0." but its already updated(see pic).

If I try to commit, it automatically opens preferences window, which gives message :"Mercurial is not configured correctly.Run 'hg debuginstall' to analyse.".

When I do that, it says:"no username supplied". Then I run "hg -y debuginstall", which says, no problems were detected.

Everything that I mentioned is depicted in the picture.

enter image description here

Upvotes: 2

Views: 3168

Answers (2)

Hung Le
Hung Le

Reputation: 101

I got the same error when I installed Mercurial Eclipse Plugin. I find the configuration file "Mercurial.ini" in the mercurial installation folder. In my case, the path of that folder is "E:\eclipse\plugins\com.intland.hgbinary.win32_2.3.2\os\win32". Edit the configuration file with notepad and add the line "username = your-user-name" where your-user-name is free to choose. I hope it would help.

Upvotes: 0

smooth reggae
smooth reggae

Reputation: 2219

Uncheck the option labelled Use default (built-in) Mercurial executable; then in the text box labelled Mercurial executable below, you can enter the full path to the hg.exe under your TortoiseHg 2.5 installation.

Upvotes: 3

Related Questions