Overview
SHA1 Hash: | 0868adf92a81435d694ede6e70302033ca490762 |
---|---|
Date: | 2007-11-25 02:53:48 |
User: | aku |
Comment: | Tweaked human readable representation of changesets to include their type. |
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_prev.tcl from [82795e9f92] to [41cc33d817].
@@ -50,11 +50,11 @@ set myidmap($myid) $self 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] }