JDK 7 build 24 is available at the openjdk.java.net website
Daniel Fuchs
Daniel.Fuchs at Sun.COM
Fri Dec 14 14:14:29 UTC 2007
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
More information about the build-dev
mailing list