[m-rev.] diff: tools/test_mercury: handle 0.11 branch

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Nov 11 13:15:49 AEDT 2002


In preparation for branching for 0.11...

Estimated hours taken: 0.25
Branches: main

tools/test_mercury:
	Handle the 0.11 branch.

Workspace: /home/ceres/fjh/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.217
diff -u -d -r1.217 test_mercury
--- tools/test_mercury	7 Nov 2002 05:40:59 -0000	1.217
+++ tools/test_mercury	11 Nov 2002 02:13:30 -0000
@@ -131,6 +131,14 @@
 		RELEASE_VERSION=rotd-$DATE
 		RELEASE_VERSION_PATTERN=rotd-*
 		;;
+	0.11)
+		CHECKOUT_OPTS=-rversion-0_11-branch
+		#CHECKOUT_OPTS=-rversion-0_11
+		BASE_TAG_NAME=version-0_10-branch
+		RELEASE_VERSION=0.11-beta-$DATE
+		#RELEASE_VERSION=0.11
+		RELEASE_VERSION_PATTERN=0.11-beta-*
+		;;
 	0.10)
 		CHECKOUT_OPTS=-rversion-0_10_y
 		#CHECKOUT_OPTS=-rversion-0_10_2

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list