安装
在窗户上安装
从http://tortoisehg.bitbucket.org/download/download/windows.html下载最新版本的Tortoisehg。 运行安装程序并关注向导。
在Ubuntu上安装
在下面运行命令。
$ apt-get install mercurial
安装在软呢帽上
运行命令将其安装在Fedora上。
$ dnf install mercurial
在MacOS上安装
运行命令将其安装在MacOS上。
$ brew install mercurial
在MacOS上安装
运行以下命令将其安装在FreeBSD上。
$ cd /usr/ports/devel/mercurial
$ make install