Ted Neward wrote:
Where and how do I install the “forest extension” to Mercurial for a Windows box? (I really want to make the jump ASAP, assuming the repositories are no longer in “test” status…)

Hi Ted,

This is how I did it on my XP Home PC at home:

1) I Installed Mercurial in c:\Mercurial.
2) I cloned the forest repository in c:\Mercurial.
   In a cygwin terminal:

  cd c:/Mercurial
  hg clone http://www.terminus.org/hg/hgforest  hgforest

3) Then I edited c:/Mercurial/Mercurial.ini and added the lines:

  [extensions]
  forest=c:/Mercurial/hgforest/forest.py

as documented in the Mercurial Wiki.
http://www.selenic.com/mercurial/wiki/index.cgi/ForestExtension

Hope this helps,

-- daniel
http://blogs.sun.com/jmxetc

Reply via email to