Ticket change [0ec346fe50] (rid 464) by anonymous on 2015-04-13 03:01:07:
- Change foundin to "trunk"
- Change icomment to:
apologies for the two tickets, I can't seem to edit the first one. Patch requires one more hunk:
--- client/lib/teapotclient0.1/teapotclient.tcl +++ client/lib/teapotclient0.1/teapotclient.tcl @@ -106,11 +106,11 @@ } } }
foreach pkg [array names pkgdata] { - set pkgdata($pkg) [lsort -decreasing -dictionary $pkgdata($pkg)] + set pkgdata($pkg) [lsort -decreasing -command vcompare $pkgdata($pkg)] }
array set extDependencies [list] foreach extension $extensions { set extension [file tail $extension]
- Change login to "anonymous"
- Change mimetype to "text/x-fossil-plain"
- Change private_contact to "cb02a4a25e8da92f2790bc307bf01ef24ce6053e"
- Change severity to "Important"
- Change status to "Open"
- Change title to "addition to [00bc6a8fb5e8]"
- Change type to "Code_Defect"