[m-rev.] trivial diff: fix comments in test_mercury

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Nov 21 17:33:26 AEDT 2002


Estimated hours taken: 0.1
Branches: main, release

tools/test_mercury:
	Fix some now-misleading comments: s/release branch/0.10 branch/g

Workspace: /home/ceres/fjh/ws-ceres2/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.220
diff -u -d -r1.220 test_mercury
--- tools/test_mercury	13 Nov 2002 06:31:47 -0000	1.220
+++ tools/test_mercury	21 Nov 2002 06:32:15 -0000
@@ -195,7 +195,7 @@
 
 			    0.10)
 				# There are some performance problems with
-				# deforestation on the release branch.
+				# deforestation on the 0.10 branch.
 				# The compiler takes forever to compile
 				# module_qual__process_assert with
 				# `--intermodule-optimization'
@@ -409,7 +409,7 @@
 		# in the 0.10 branch.
 		# Likewise for `hlc' and `hlc.agc'
 		#	
-		# The hl.* grades don't work on the release branch because
+		# The hl.* grades don't work on the 0.10 branch because
 		# we can only install the header files for one grade, and the 
 		# headers for hl.gc and hlc.gc are different. This has been
 		# fixed on the main branch.
@@ -517,7 +517,7 @@
 : checkout the sources
 cd $DIR || { false; exit 1; }
 # we need to manually remove this copy of dl.m to avoid spurious cvs
-# conflicts when switching between the release branch (where it is in cvs)
+# conflicts when switching between the 0.10 branch (where it is in cvs)
 # and the main branch (where it is generated automatically).
 rm -f mercury/extras/dynamic_linking/dl.m
 cvs checkout $CHECKOUT_OPTS mercury tests || { false; exit 1; }

-- 
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