Differences From:
File
tools/cvs2fossil/lib/c2f_pbreakrcycle.tcl
part of check-in
[2a0ec504c5]
- Cycle breaker, API change. The changesets are now communicated via a retrieval callback instead of directly. Updated passes 6 and 7. This allowed us to move the start/done graph exports into the cyclebreaker as well. Changeset selection in pass 8 now in separate command too for this.
by
aku on
2007-11-21 04:36:13.
[view]
To:
File
tools/cvs2fossil/lib/c2f_pbreakrcycle.tcl
part of check-in
[7ed2f29d7a]
- Updated passes 6 and 8 for to the changtes in the cycle breaker API (changed signature of save callback).
by
aku on
2007-11-24 03:56:46.
[view]
@@ -102,9 +102,9 @@
}
proc IsByRevision {cset} { $cset byrevision }
- proc SaveOrder {at cset} {
+ proc SaveOrder {graph at cset} {
set cid [$cset id]
log write 4 breakrcycle "Comitting @ $at: <$cid>"
state run {