Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

11 check-ins using file src/update.c version 83d60b462f

2013-10-22
07:46
Adapt other callers of print_timeline(), so they show as well whether the limit was reached. check-in: 25d0049045 user: jan.nijtmans tags: timeline_cmd_dash_n_fix
07:41
Correctly determine whether the limit was really reached, this time without my mistake in [d54ada1cea] which didn't handle "-n 0" correctly. check-in: feb175065c user: jan.nijtmans tags: timeline_cmd_dash_n_fix
03:40
Perform timeline limit checks at the end of the loop, after checking if a limit exists. check-in: 521f7a14e0 user: mistachkin tags: timeline_cmd_dash_n_fix
2013-10-21
18:44
One advantage of modifying print_timeline() in stead of using LIMIT: It's possible to put an indication at the end that output stopped because the limit was reached! check-in: d54ada1cea user: jan.nijtmans tags: timeline_cmd_dash_n_fix
18:38
merge trunk check-in: 0e4dee009e user: jan.nijtmans tags: timeline_cmd_dash_n_fix
2013-10-18
22:37
Merge updates from trunk. check-in: 63bd6754a5 user: mistachkin tags: timeline_cmd_dash_n_fix
03:16
Merge updates from trunk. check-in: 2ed75739a5 user: mistachkin tags: timeline_cmd_dash_n_fix
03:15
Merge timeline entry/line limit improvements from the v2 branch. check-in: 9cc75945be user: mistachkin tags: timeline_cmd_dash_n_fix
03:13
Simplify the entry/line limit for the timeline output. Make it more accurate in verbose mode. Style fixes. Closed-Leaf check-in: 695a3c13bd user: mistachkin tags: timeline_cmd_dash_n_fix-2
2013-10-17
12:30
minor oops check-in: 3cf6908e02 user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2
12:22
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. check-in: 6c02f699af user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2