Differences From Artifact [ed2a6d415a]:
- File src/update.c — part of check-in [3113f7b18f] at 2011-08-14 17:54:22 on branch ben-testing — Remove the seperate versionable version of db_get(), which now uses ctrlSettings to determine whether a setting is versionable or not. (user: ben size: 22115) [more...]
To Artifact [ca610c64cc]:
- File src/update.c — part of check-in [b14ab41ff8] at 2011-08-19 23:27:14 on branch venks-emacs — Add a -showfiles flag to timeline. fossil ... -showfiles will now print a list of files after the checkin comment, like the "Show Files" button in the Web GUI. The format of the printed lines is the same as update. (user: venkat size: 22118)
| ︙ | |||
168 169 170 171 172 173 174 | 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | - + |
compute_leaves(vid, closeCode);
db_prepare(&q,
"%s "
" AND event.objid IN leaves"
" ORDER BY event.mtime DESC",
timeline_query_for_tty()
);
|
| ︙ |