Check-in [a9dcf09124]
Not logged in
Overview

SHA1 Hash:a9dcf0912441604277a70fcbd1591c62a28c4466
Date: 2007-09-20 07:33:12
User: aku
Comment:Trim the commit messages to remove irrelevant leading and trailing line-endings.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/lib/cvs_csets.tcl from [2d31db2fdf] to [c6beb0fbbb].

@@ -173,11 +173,11 @@
     variable changed
 
     set res [list \
 		date    $start \
 		author  $author \
-		cmsg    $cmsg \
+		cmsg    [string trim $cmsg] \
 		removed $removed \
 		added   $added \
 		changed $changed \
 		lastd   $lastd]
     Clear