Mercurial SCM
Mercurial SCM - Guide
http://mercurial.selenic.com/guide
1 | sudo apt-get install mercurial |
TortoiseHg
http://tortoisehg.bitbucket.org/download/index.html
1 | sudo add-apt-repository ppa:tortoisehg-ppa/releases |
hg clone using ssh
1 | hg clone ssh://username@username.xyzabc.com//path/to/projectname projectname |