Differences From:
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]
To:
File
tools/cvs2fossil/lib/c2f_pbreakrcycle.tcl
part of check-in
[87cf609021]
- Created convenience methods to create the human readable repesentation of a changeset and lists of such, and made liberal use of them.
by
aku on
2007-11-24 05:31:30.
[view]
@@ -105,14 +105,14 @@
proc SaveOrder {graph at cset} {
set cid [$cset id]
- log write 4 breakrcycle "Comitting @ $at: <$cid>"
+ log write 4 breakrcycle "Comitting @ $at: [$cset str]"
state run {
INSERT INTO csorder (cid, pos)
VALUES ($cid, $at)
}
- # TODO: Write the project level changeset dependencies as well.
+ # MAYBE TODO: Write the project level changeset dependencies as well.
return
}
# # ## ### ##### ######## #############