mercurial 1.6 and openjdk repos

Dr Andrew John Hughes ahughes at redhat.com
Mon Jul 26 02:36:16 PDT 2010


On 26 July 2010 09:41, Michael Allman <msa at allman.ms> wrote:
> Hi,
>
> So the mercurial forest extension appears to be abandoned and now it doesn't
> work at all with Mercurial 1.6.  Do you guys---as in the OpenJDK site
> maintainers---have any suggestions for us 1.6ers?  I mean, aside from "use
> hg 1.5 or earlier"?
>
> It's too bad about forest.  I really like it.  However, I don't have the
> time or the wherewithal to maintain it myself.
>
> Cheers,
>
> Michael
>

I actually stopped using the forest extension a while back and so it
took me a while to even notice it was broken when I upgraded to 1.6.

Something like:

for dirs in . corba jaxp jaxws langtools hotspot jdk
do
  hg -R $1/$dirs $COMMAND
done

will do the same job for OpenJDK and be a lot quicker than the forest
extension which spends a noticeable amount of time finding the
directories.
-- 
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8


More information about the web-discuss mailing list