Differences From:
File
tools/cvs2fossil/lib/c2f_pbreakrcycle.tcl
part of check-in
[80b1e8936f]
- Renamed state table 'csrevision' to 'csitem' to reflect the new internals of changesets. Updated all places where it is used.
by
aku on
2007-11-29 09:16:33.
[view]
To:
File
tools/cvs2fossil/lib/c2f_pbreakrcycle.tcl
part of check-in
[b42cff97e3]
- Replaced the checks for self-referential changesets in the cycle breaker with a scheme in the changeset class doing checks when splitting a changeset, which is also called by the general changeset integrity code, after each pass. Extended log output at high verbosity levels. Thorough checking of the fragments a changeset is to be split into.
by
aku on
2007-11-30 03:57:19.
[view]
@@ -70,9 +70,9 @@
cyclebreaker run break-rev [myproc Changesets]
}
repository printcsetstatistics
- integrity changesets
+ integrity changesets [project::rev all]
return
}
typemethod discard {} {