Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error in installing mercurial plugin for eclipse

I just installed a mercurial plugin for eclipse. The installation process went well. But after installing when I restarted eclipse an error was shown.

The error says:

Multiple Mercurial errors have occurred. Please check the Error Log view for detailed information. . Command line: hg -y debuginstall

I can't find any possible solution for this.

like image 772
Naddy Avatar asked Jun 13 '13 14:06

Naddy


1 Answers

Try running hg -y debuginstall from the command line. It should show something like that:

Checking encoding (cp1252)...
Checking installed modules (D:\Kazan\mercurial\library.zip\mercurial)...
Checking templates...
Checking commit editor...
Checking username...
No problems detected

If it doesn't, it should give you an indication on what's the problem. If the command is not found, install mercurial from https://www.mercurial-scm.org/wiki/Download or install tortoise-hg from http://tortoisehg.bitbucket.io/

like image 86
Serge Farny Avatar answered Oct 30 '22 16:10

Serge Farny