Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_integrity.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_integrity.tcl part of check-in [131f051880] - Moved the paranoid integrity checks of pass 2 into a separate package for use by other passes, and changed pass 4 to also run these checks, albeit in a (slightly) relaxed form. See the comments at the point of call for the reason. This completes pass 4. by aku on 2007-11-09 06:28:19. [view]

To:

File tools/cvs2fossil/lib/c2f_integrity.tcl part of check-in [b679ca3356] - Code cleanup. Removed trailing whitespace across the board. by aku on 2007-11-25 07:54:09. [view]

@@ -38,8 +38,15 @@
 
     typemethod metarelaxed {} {
 	set n 0
 	AllButMeta
+	return
+    }
+
+    typemethod changesets {} {
+	set n 0
+	RevisionChangesets
+	SymbolChangesets
 	return
     }
 
     # # ## ### ##### ######## #############