| | @@ -73,15 +73,15 @@ |
| 73 | 73 | # not break the cycle, only weaken it. |
| 74 | 74 | |
| 75 | 75 | array set csetprevmap [Invert [$myprev nextmap]] |
| 76 | 76 | array set csetnextmap [$mycset nextmap] |
| 77 | 77 | |
| 78 | | - set prevrev [$myprev revisions] |
| 79 | | - set nextrev [$mynext revisions] |
| 78 | + set prevrev [$myprev items] |
| 79 | + set nextrev [$mynext items] |
| 80 | 80 | |
| 81 | | - foreach r [$mycset revisions] { |
| 82 | | - set rt [RT $r] |
| 81 | + foreach items [$mycset items] { |
| 82 | + set rt [RT $items] |
| 83 | 83 | incr mycount($rt) |
| 84 | 84 | lappend mycategory($rt) $r |
| 85 | 85 | } |
| 86 | 86 | return |
| 87 | 87 | } |
| 88 | 88 | |