Diff
Not logged in

Differences From:

File tools/lib/cvs_csets.tcl part of check-in [cbbf9a7575] - Got rid of the explicit revision tree and rephrased the trunk processing to use a loop which is more self-explanatory. Started to add in code needed when we process the branches as well, currently they will have now effect. by aku on 2007-09-20 07:14:44. [view]

To:

File tools/lib/cvs_csets.tcl part of check-in [a9dcf09124] - Trim the commit messages to remove irrelevant leading and trailing line-endings. by aku on 2007-09-20 07:33:12. [view]

@@ -174,9 +174,9 @@
 
     set res [list \
 		date    $start \
 		author  $author \
-		cmsg    $cmsg \
+		cmsg    [string trim $cmsg] \
 		removed $removed \
 		added   $added \
 		changed $changed \
 		lastd   $lastd]