Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_prevlink.tcl part of check-in [47d52d1efd] - Added convenience method for assertions and used it in place of the existing if/trouble internal constructions. Changed API of 'log write' so that we can defer substituation of the message to when the write actually happen, and converted all places which would be hit by double-substitution. The remaining 'log write' calls will be converted incrementally. by aku on 2007-11-28 05:39:49. [view]

To:

File tools/cvs2fossil/lib/c2f_prevlink.tcl part of check-in [61829b076b] - Renamed changeset method to describe modified results, and updated the one invoker by aku on 2007-11-29 07:58:14. [view]

@@ -74,13 +74,13 @@
 
 	array set csetprevmap [Invert [$myprev nextmap]]
 	array set csetnextmap [$mycset nextmap]
 
-	set prevrev [$myprev revisions]
-	set nextrev [$mynext revisions]
-
-	foreach r [$mycset revisions] {
-	    set rt [RT $r]
+	set prevrev [$myprev items]
+	set nextrev [$mynext items]
+
+	foreach items [$mycset items] {
+	    set rt [RT $items]
 	    incr    mycount($rt)
 	    lappend mycategory($rt) $r
 	}
 	return