Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_integrity.tcl part of check-in [0af7a3c8ac] - Easier name for self-referential changesets, loopcheck. Made conditional on option --loopcheck, default off, and avoided if the general checks on changesets report trouble. Reinstated the loop check in the cycle breaker core in simpler form, reusing the new command in the changeset class. by aku on 2007-11-30 06:57:19. [view]

To:

File tools/cvs2fossil/lib/c2f_integrity.tcl part of check-in [3db03be62f] - Fixed typo of keyword. by aku on 2007-11-30 15:20:40. [view]

@@ -65,9 +65,9 @@
 	LoopCheck $csets
 	return
     }
 
-    typemethof loopcheckon {} {
+    typemethod loopcheckon {} {
 	set myloopcheck 1
 	return
     }