Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add periods for consistency between hyperlink and non- versions. May wish to add (or remove) periods everywhere in the report for additional consistency. Update: improvement was later done in [b824b3e7]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | andygoth-metadata-info |
Files: | files | file ages | folders |
SHA1: |
eb9677a9e305b950ef8b51eb0f2edda3 |
User & Date: | andygoth 2015-05-15 18:18:18.754 |
Original Comment: | Add periods for consistency between hyperlink and non- versions. May wish to add (or remove) periods everywhere in the report for additional consistency. |
Context
2015-05-15
| ||
18:29 | Link to contents or target when reporting file type changes. ... (check-in: cb420eab user: andygoth tags: andygoth-metadata-info) | |
18:18 | Add periods for consistency between hyperlink and non- versions. May wish to add (or remove) periods everywhere in the report for additional consistency. Update: improvement was later done in [b824b3e7]. ... (check-in: eb9677a9 user: andygoth tags: andygoth-metadata-info) | |
18:16 | Show when files become symlinks in /info report. ... (check-in: 5f267456 user: andygoth tags: andygoth-metadata-info) | |
Changes
Changes to src/info.c.
︙ | ︙ | |||
375 376 377 378 379 380 381 | @ <p>Deleted %h(zName)</p> }else if( zOld==0 ){ @ <p>Added %h(zName)</p> }else if( zOldName!=0 && fossil_strcmp(zName,zOldName)!=0 ){ @ <p>Name change from %h(zOldName) to %h(zName) }else if( fossil_strcmp(zNew, zOld)==0 ){ if( mperm==PERM_EXE ){ | | | | | 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 | @ <p>Deleted %h(zName)</p> }else if( zOld==0 ){ @ <p>Added %h(zName)</p> }else if( zOldName!=0 && fossil_strcmp(zName,zOldName)!=0 ){ @ <p>Name change from %h(zOldName) to %h(zName) }else if( fossil_strcmp(zNew, zOld)==0 ){ if( mperm==PERM_EXE ){ @ <p>%h(zName) became executable.</p> }else if( mperm==PERM_LNK ){ @ <p>%h(zName) became a symlink.</p> }else{ @ <p>%h(zName) became a regular file.</p> } }else{ @ <p>Changes to %h(zName)</p> } if( diffFlags ){ append_diff(zOld, zNew, diffFlags, pRe); } |
︙ | ︙ |