Check-in [479c96c0fc]
Not logged in
Overview

SHA1 Hash:479c96c0fc60975d773568e321e53c31c71a6502
Date: 2008-03-02 01:06:32
User: aku
Comment:Fixed typo in a comment.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/cvs2fossil/lib/c2f_pcollsym.tcl from [596822d4e2] to [67107f6d59].

@@ -220,13 +220,13 @@
 
 	# Phase I: Pull the possible parents, using sorting to put the
 	#          prefered parent of each symbol last among all
 	#          candidates, allowing us get the prefered one by
 	#          each candidate overwriting all previous
-	#          selections. Note that we ignore excluded symbol, we
-	#          do not care about their prefered parents and do not
-	#          attempt to compute them.
+	#          selections. Note that we ignore excluded symbols,
+	#          we do not care about their prefered parents and do
+	#          not attempt to compute them.
 
 	state foreachrow {
 	    SELECT   S.sid   AS xs,
 	             P.pid   AS xp,
 	             S.name  AS sname,

Deleted tools/cvs2fossil/lib/c2f_pimport.tcl version [2e961c0798]