Differences From:
File
tools/cvs2fossil/lib/c2f_prev.tcl
part of check-in
[87cf609021]
- Created convenience methods to create the human readable repesentation of a changeset and lists of such, and made liberal use of them.
by
aku on
2007-11-24 05:31:30.
[view]
To:
File
tools/cvs2fossil/lib/c2f_prev.tcl
part of check-in
[0868adf92a]
- Tweaked human readable representation of changesets to include their type.
by
aku on
2007-11-25 02:53:48.
[view]
@@ -51,9 +51,9 @@
foreach r $revisions { lappend myrevmap($r) $self }
return
}
- method str {} { return "<${myid}>" }
+ method str {} { return "<$mytype ${myid}>" }
method id {} { return $myid }
method revisions {} { return $myrevisions }
method data {} { return [list $myproject $mytype $mysrcid] }