Differences From:
File
src/timeline.c
part of check-in
[ba6687f242]
- In the timeline, continue to show the of a branch as a "Leaf" even after
the branch has been merged into some other line.
by
drh on
2009-01-21 03:04:10.
[view]
To:
File
src/timeline.c
part of check-in
[bdcac62937]
- After each item of the branch list, give a hyperlink to the timeline that
shows all check-ins with the branch tag.
by
drh on
2009-01-21 03:34:37.
[view]
@@ -200,12 +200,16 @@
wiki_convert(&comment, 0, wikiFlags);
}
blob_reset(&comment);
if( zTagList && zTagList[0] ){
- @ (user: %h(zUser), tags: %h(zTagList))</td></tr>
+ @ (user: %h(zUser), tags: %h(zTagList))
}else{
- @ (user: %h(zUser))</td></tr>
- }
+ @ (user: %h(zUser))
+ }
+ if( xExtra ){
+ xExtra(rid);
+ }
+ @ </td></tr>
}
@ </table>
}