Differences From Artifact [de22b362c3]:
- File src/descendants.c — part of check-in [6c02f699af] at 2013-10-17 12:22:09 on branch timeline_cmd_dash_n_fix-2 — Minor suggested update: - If N=0 there should be no limit. - If N<0 (undocumented) restore the old behavior of counting lines in stead of entries. (user: jan.nijtmans size: 15313) [more...]
To Artifact [6706f4a1b6]:
- File src/descendants.c — part of check-in [3710f2ac5b] at 2013-10-25 12:42:54 on branch timeline_cmd_dash_n_fix — Merge trunk. Add the "-W|--width WIDTH" option to "fossil timeline". Default is 80. (user: jan.nijtmans size: 15317) [more...]
| ︙ | |||
327 328 329 330 331 332 333 | 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 | - + |
compute_leaves(base, 0);
db_prepare(&q,
"%s"
" AND event.objid IN (SELECT rid FROM leaves)"
" ORDER BY event.mtime DESC",
timeline_query_for_tty()
);
|
| ︙ |