Differences From:
File
tools/cvs2fossil/lib/c2f_pbreakacycle.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_pbreakacycle.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]
@@ -77,12 +77,12 @@
state transaction {
LoadCommitOrder
cyclebreaker run break-all [myproc Changesets]
-
- repository printcsetstatistics
- integrity changesets
- }
+ }
+
+ repository printcsetstatistics
+ integrity changesets
return
}
typemethod discard {} {