Fossil SCM
Trim the commit messages to remove irrelevant leading and trailing line-endings.
Commit
a9dcf0912441604277a70fcbd1591c62a28c4466
Parent
cbbf9a7575ae82d…
1 file changed
+1
-1
+1
-1
| --- tools/lib/cvs_csets.tcl | ||
| +++ tools/lib/cvs_csets.tcl | ||
| @@ -173,11 +173,11 @@ | ||
| 173 | 173 | variable changed |
| 174 | 174 | |
| 175 | 175 | set res [list \ |
| 176 | 176 | date $start \ |
| 177 | 177 | author $author \ |
| 178 | - cmsg $cmsg \ | |
| 178 | + cmsg [string trim $cmsg] \ | |
| 179 | 179 | removed $removed \ |
| 180 | 180 | added $added \ |
| 181 | 181 | changed $changed \ |
| 182 | 182 | lastd $lastd] |
| 183 | 183 | Clear |
| 184 | 184 |
| --- tools/lib/cvs_csets.tcl | |
| +++ tools/lib/cvs_csets.tcl | |
| @@ -173,11 +173,11 @@ | |
| 173 | variable changed |
| 174 | |
| 175 | set res [list \ |
| 176 | date $start \ |
| 177 | author $author \ |
| 178 | cmsg $cmsg \ |
| 179 | removed $removed \ |
| 180 | added $added \ |
| 181 | changed $changed \ |
| 182 | lastd $lastd] |
| 183 | Clear |
| 184 |
| --- tools/lib/cvs_csets.tcl | |
| +++ tools/lib/cvs_csets.tcl | |
| @@ -173,11 +173,11 @@ | |
| 173 | variable changed |
| 174 | |
| 175 | set res [list \ |
| 176 | date $start \ |
| 177 | author $author \ |
| 178 | cmsg [string trim $cmsg] \ |
| 179 | removed $removed \ |
| 180 | added $added \ |
| 181 | changed $changed \ |
| 182 | lastd $lastd] |
| 183 | Clear |
| 184 |