Search code examples
eclipsemercurialeclipse-pluginmercurialeclipse

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.


Solution

  • 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/