Differences From Artifact [291a49ee20]:
- File src/tkt.c — part of check-in [bc62fa1710] at 2019-01-27 15:35:00 on branch comment-format-setting — Add the "comment-format" setting to set the default options for printing timeline comments to the console, as discussed here: [https://fossil-scm.org/forum/forumpost/d9954370c7]. (user: florian size: 44138) [more...]
To Artifact [1415573c32]:
- File src/tkt.c — part of check-in [b39d8d69dd] at 2019-05-20 22:47:27 on branch selected-branch-on-left — For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. (user: drh size: 44141) [more...]
| ︙ | |||
894 895 896 897 898 899 900 | 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 | - + |
" WHERE target=%Q) "
"ORDER BY mtime DESC",
timeline_query_for_www(), tagid, zFullUuid, zFullUuid, zFullUuid
);
}
db_prepare(&q, "%z", zSQL/*safe-for-%s*/);
www_print_timeline(&q, TIMELINE_ARTID|TIMELINE_DISJOINT|TIMELINE_GRAPH,
|
| ︙ |