Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_pcollsym.tcl part of check-in [f637d42206] - Updated my notes regarding memory usage. Converted more locations to incremental query processing via 'state foreachrow', now throughout the importer. by aku on 2008-02-24 18:01:40. [view]

To:

File tools/cvs2fossil/lib/c2f_pcollsym.tcl part of check-in [479c96c0fc] - Fixed typo in a comment. by aku on 2008-03-02 01:06:32. [view]

@@ -221,11 +221,11 @@
 	# 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,