Differences From:
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]
To:
File
tools/cvs2fossil/lib/c2f_prevlink.tcl
part of check-in
[4859304926731f]
- Fix bad variable name.
by
aku on
2007-11-29 09:15:35.
[view]
@@ -77,12 +77,12 @@
set prevrev [$myprev items]
set nextrev [$mynext items]
- foreach items [$mycset items] {
- set rt [RT $items]
+ foreach item [$mycset items] {
+ set rt [RT $item]
incr mycount($rt)
- lappend mycategory($rt) $r
+ lappend mycategory($rt) $item
}
return
}