What version of Python is needed to run Mercurial? I see that the website says it requires 2.4. Does that mean 2.4, or 2.x? or something higher than 2.4, i.e., could I install 3.x?
I've installed Mercurial without reading the requirements and I installed it anyway and hg.exe
executes fine.
Looking in the directory that hg.exe lives (C:\Program Files\Mercurial\
), it has a python26.dll
in there. Does that mean i won't have to install Python - i.e. it's bundled with Mercurial?
Thanks