Where is hg installed? - Kiln Knowledge Exchange most recent 30 from http://kiln.stackexchange.com 2013-05-24T14:37:08Z http://kiln.stackexchange.com/feeds/question/3279 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://kiln.stackexchange.com/questions/3279/where-is-hg-installed Where is hg installed? Graham Borland 2011-03-13T21:20:14Z 2011-03-15T15:24:48Z <p>I have just installed the Kiln client. I have also just installed the latest version of TortoiseHg (2.0.2), since the Kiln client seems to ship with an old version.</p> <p>I can't find the command-line tools anywhere on my system. Typing <code>hg</code> gives a "command not found" error, and there's no file named <code>hg</code>, <code>hg.exe</code>, <code>hg.py</code> or any other extension, anywhere on my drive.</p> <p>Where is it?</p> <p>Do I have to install the command-line Mercurial tools separately?</p> <p>Edit: this is on Windows 7 64-bit.</p> http://kiln.stackexchange.com/questions/3279/where-is-hg-installed/3281#3281 Answer by Ken Morse for Where is hg installed? Ken Morse 2011-03-13T21:30:00Z 2011-03-13T21:30:00Z <p>You may have to restart your command shell for the change to get picked up. The default path used to be <code>C:\Program Files\TortoiseHg\bin</code> and it is now <code>C:\Program Files\TortoiseHg</code> (no <code>bin</code> subfolder).</p>