Differences From:
File
tools/cvs2fossil/lib/c2f_prev.tcl
part of check-in
[39e19c0cf3]
- Simplified some code dealing with the item -> changeset map, using the changed semantics (1:n -> 1:1).
by
aku on
2007-11-29 07:41:48.
[view]
To:
File
tools/cvs2fossil/lib/c2f_prev.tcl
part of check-in
[04d76a9e79]
- Renamed changeset method to describe modified results, and updated the one invoker. Modified the sorting of time ranges. Now by max, min as tiebreaker, and object name as last tiebreaker.
by
aku on
2007-11-29 07:55:01.
[view]
@@ -653,11 +653,11 @@
# changeset.
typevariable myidmap -array {} ; # Map from changeset id to
# changeset.
- typemethod all {} { return $mychangesets }
- typemethod of {cid} { return $myidmap($cid) }
- typemethod ofrev {iid} { return $myitemmap($iid) }
+ typemethod all {} { return $mychangesets }
+ typemethod of {cid} { return $myidmap($cid) }
+ typemethod ofitem {iid} { return $myitemmap($iid) }
# # ## ### ##### ######## #############
## Configuration