[Lemon-devel] LEMON 1.0 release branch
Alpár Jüttner
alpar at cs.elte.hu
Wed Oct 8 11:34:57 CEST 2008
Dear all,
I've created a branch for the 1.0 release. It is here
http://lemon.cs.elte.hu/hg/lemon-1.0
IMPORTANT: This repo contains a named branch called 1.0 because of an
oddity in way how Mercurial handles named branches you must explicitly
change to branch 1.0 when clone this repo. There are two ways to do it:
1.
hg clone http://lemon.cs.elte.hu/hg/lemon-1.0 my-1.0
cd my-1.0
hg up -r 1.0
2.
hg clone http://lemon.cs.elte.hu/hg/lemon-1.0#1.0 my-1.0
You must do the same even when creating a new clone of your local clone.
I'm currently discussing on the mercurial mailing list how to fix this
ill behavior of hg, but my ideas haven't got much support yet. I still
hope this problem will be resolved in the future. If not, we won't use
named branches in the future.
There are some minor unresolved issues (like compilation problems on VS
or the coding style checker hooks, migration guide etc.) which are also
relevant to the main branch, but I do not want to delay the final
preparation of the release (e.g. #119) because of them.
So please make some extra effort on the final preparation and testing of
the release branch.
The issues also relevant to the main branch, can be should be created
based on the current main branch (i.e. on the top of [907446600ca9] or
one of its ancestors), then I'll merge them into the release branch.
Best regards,
Alpar
More information about the Lemon-devel
mailing list