After install new version(2.0.0) of scm-manager I saw only 2 version control Git and subversion in the combobox when I create new repository. in the old version (1.6) I can set the Mercurial via setting but now I can't see any setting about Mercurial. is the Mercurial deprecated in the new version? if not how to set it?
only scm-server not detect the Mercurial but if you get scm-webapp from scm-server and run under tomcat, it detect the Mercurial and you can see in the combobox when you create new repository.
finally, i found the solution, I must set manually, after the scm-server start,
go to -> Administration -> Setting -> Mercurial and set the values of two fields:
HG Binary: set to mercurial folder installed (e.g
C:\Program Files\TortoiseHg\hg.exe)Python Binary: set to python 2.7 folder (e.g
C:\Python27\python.exe)I don't know why scm-server not detect Mercurial and scm-webapp detect it !!