On Thu, Sep 18, 2008 at 10:26:57AM +0100, Garth N. Wells wrote:
Andy Ray Terrel wrote:
We currently are not using any tags in the hg repository. I was
wondering if it might be nice to adopt the policy of tagging the
release in each project. This way if I want to test some software
against an older version of software I can just revert to the tag
rather than download the tarball.
Yes, I think that we should use tags in the hg repositories.
Garth
Would it be enough to add a line
hg tag $VERSION
to the scripts/makedist script?