Overview
SHA1 Hash: | 4859304926731ffec95cf8977e46e5094dcffa60 |
---|---|
Date: | 2007-11-29 09:15:35 |
User: | aku |
Comment: | Fix bad variable name. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified tools/cvs2fossil/lib/c2f_prevlink.tcl from [7225a11a38] to [3ad12043d1].
@@ -76,14 +76,14 @@ array set csetnextmap [$mycset nextmap] 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 } # Result is TRUE if and only breaking myset will do some good.