Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a missing </p> tag on the check-in info page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
19cf613123244fde3798fbfea054d698 |
User & Date: | drh 2011-04-07 15:58:04.429 |
Context
2011-04-07
| ||
17:36 | Update the built-in SQLite to the latest 3.7.6 beta. ... (check-in: 8caf7e16 user: drh tags: trunk) | |
15:58 | Add a missing </p> tag on the check-in info page. ... (check-in: 19cf6131 user: drh tags: trunk) | |
2011-04-06
| ||
14:31 | Add the mionly parameter to timeline that works with r=TAG to show only merges into the TAG. ... (check-in: bc427ad7 user: drh tags: trunk) | |
Changes
Changes to src/info.c.
︙ | ︙ | |||
287 288 289 290 291 292 293 | ){ if( !g.okHistory ){ if( zNew==0 ){ @ <p>Deleted %h(zName)</p> }else if( zOld==0 ){ @ <p>Added %h(zName)</p> }else if( fossil_strcmp(zNew, zOld)==0 ){ | | | 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 | ){ if( !g.okHistory ){ if( zNew==0 ){ @ <p>Deleted %h(zName)</p> }else if( zOld==0 ){ @ <p>Added %h(zName)</p> }else if( fossil_strcmp(zNew, zOld)==0 ){ @ <p>Execute permission %s(mperm?"set":"cleared") for %h(zName)</p> }else{ @ <p>Changes to %h(zName)</p> } if( showDiff ){ @ <blockquote><pre> append_diff(zOld, zNew); @ </pre></blockquote> |
︙ | ︙ |