Installation
Installing on Windows
Download the latest version of TortoiseHg from http://tortoisehg.bitbucket.org/download/windows.html.
Run installer and follow wizard.
Installing on Ubuntu
Run below commands.
$ apt-get install mercurial
Installing on Fedora
Run command to install it on Fedora.
$ dnf install mercurial
Installing on MacOS
Run command to install it on MacOS.
$ brew install mercurial
Installing on MacOS
Run following commands to install it on FreeBSD.
$ cd /usr/ports/devel/mercurial
$ make install