Differences From:
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]
To:
File
tools/cvs2fossil/lib/c2f_prev.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]
@@ -72,11 +72,11 @@
append str "$mytype ${myid}${detail}>"
return $str
}
- method id {} { return $myid }
- method revisions {} { return $mytitems }
- method data {} { return [list $myproject $mytype $mysrcid] }
+ method id {} { return $myid }
+ method items {} { return $mytitems }
+ method data {} { return [list $myproject $mytype $mysrcid] }
delegate method bysymbol to mytypeobj
delegate method byrevision to mytypeobj
delegate method isbranch to mytypeobj