Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_pinitcsets.tcl part of check-in [38b967dcf5] - Merge aku's CVS import changes into the main line. Fix a small bug in diff.c. by drh on 2007-11-17 00:29:42. Also file tools/cvs2fossil/lib/c2f_pinitcsets.tcl part of check-in [96b7bfb834] - Added convenience command to the state package when the sql returns a single row. Added more statistics about revisions, tags, branches, symbols, changesets to various passes. by aku on 2007-11-16 08:32:40. [view]

To:

File tools/cvs2fossil/lib/c2f_pinitcsets.tcl part of check-in [65be27aa69] - Modified the API for the construction of changesets a bit, now allowing their construction with the correct id, instead of correcting it later. Updated pass 5 to use this, and fixed bug where the id counter for changesets was left uninitialized, allowing the improper generation of duplicate ids. by aku on 2007-11-22 03:11:34. [view]

@@ -115,13 +115,13 @@
 		SELECT C.rid
 		FROM   csrevision C
 		WHERE  C.cid = $id
 		ORDER  BY C.pos
-	    }]]
-	    $r setid $id
+	    }] $id]
 	}
 
 	project::rev getcstypes
+	project::rev loadcounter
 	return
     }
 
     typemethod run {} {