From d24a509a1dd11a5833bcd97707a3b862c586f1da Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Fri, 6 Apr 2007 13:30:08 -0700 Subject: [PATCH] More minor build tweaks --- build-release | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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} -- 2.40.0