TortoiseHg is the preferred windows installation of Mercurial. __NOTE: When installing TortoiseHg, make sure you copy the Mercurial.ini file to your home directory!__ !!How do I clone an ssh repository from Windows? {{{ > hg clone --ssh tortoiseplink ssh://login@host//path/to/repo }}} !!How do I commit to an ssh repository from Windows? {{{ > hg push --ssh tortoiseplink }}} ---- [Hg | CategoryComputing.SCM.Hg]