Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_pinitcsets.tcl part of check-in [bf83201c7f] - Outline for more integrity checks, focusing on the changesets. by aku on 2007-11-27 02:37:51. [view]

To:

File tools/cvs2fossil/lib/c2f_pinitcsets.tcl part of check-in [8c6488ded2] - Continued work on the integrity checks for changesets. Moved callers out of transactions. Two checks are already tripping on bad changesets made by InitCSets (pass 5). by aku on 2007-11-27 04:26:56. [view]

@@ -133,12 +133,12 @@
 	    CreateRevisionChangesets  ; # Group file revisions into csets.
 	    BreakInternalDependencies ; # Split the csets based on internal conflicts.
 	    CreateSymbolChangesets    ; # Create csets for tags and branches.
 	    PersistTheChangesets
-
-	    repository printcsetstatistics
-	    integrity changesets
 	}
+
+	repository printcsetstatistics
+	integrity changesets
 	return
     }
 
     typemethod discard {} {