How to install forest plugin for Mercurial on Mac?

Kelly O'Hair Kelly.Ohair at Sun.COM
Sun Feb 8 09:27:32 PST 2009


See http://www.selenic.com/mercurial/wiki/index.cgi/ForestExtension

I use the newer version here:
   http://bitbucket.org/pmezard/hgforest-crew

e.g.
   cd ${HOME}
   hg clone http://bitbucket.org/pmezard/hgforest-crew hgforest
   echo "[extensions]" >> .hgrc
   echo "forest = `pwd`/hgforest/forest.py" >> .hgrc

-kto

ying lcs wrote:
> Hi,
> 
> I try to follow these steps in setting up Mercurial on Mac:
> http://openjdk.java.net/guide/repositories.html#installConfig
> 
> But can you please tell me where I can find the forrest plugin for
> Mercurial? and how to install it on Mac?
> 
> I don't know how to get it from here and then install it:
> http://hg.akoha.org/hgforest/
> 
> Thank you.



More information about the jdk7-dev mailing list