From: Brendan Cully Date: Fri, 6 Apr 2007 20:30:08 +0000 (-0700) Subject: More minor build tweaks X-Git-Tag: mutt-1-5-15-rel~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d24a509a1dd11a5833bcd97707a3b862c586f1da;p=mutt More minor build tweaks --- diff --git a/build-release b/build-release index 7a46eb45..3425e7d9 100755 --- a/build-release +++ b/build-release @@ -40,8 +40,6 @@ hg update # bump the version number, and calculate the tags -rm -f VERSION -cvs update VERSION OVERSION="`cat VERSION`" OTAG="mutt-`echo $OVERSION | tr . -`-rel" @@ -71,7 +69,7 @@ make dist # commit and tag the release -#cvs commit -m "automatic post-release commit for mutt-${VERSION}" +hg commit -m "automatic post-release commit for mutt-${VERSION}" #make commit-changelog hg tag ${TAG}