Check-in [7ed2f29d7a]
Not logged in
Overview

SHA1 Hash:7ed2f29d7ad045e52066bff99f3274ffe82f11c8
Date: 2007-11-24 03:56:46
User: aku
Comment:Updated passes 6 and 8 for to the changtes in the cycle breaker API (changed signature of save callback).
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/cvs2fossil/lib/c2f_pbreakacycle.tcl from [2878f83999] to [ba2a0b846b].

@@ -302,11 +302,11 @@
     }
 
 
     # # ## ### ##### ######## #############
 
-    proc SaveOrder {cset pos} {
+    proc SaveOrder {graph cset pos} {
     }
 
     # # ## ### ##### ######## #############
 
     proc BreakCycle {graph} {

Modified tools/cvs2fossil/lib/c2f_pbreakrcycle.tcl from [9bec773f1f] to [956cfdff4d].

@@ -101,11 +101,11 @@
 	return [struct::list filter [project::rev all] [myproc IsByRevision]]
     }
 
     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 {
 	    INSERT INTO csorder (cid,  pos)