On Fri, Feb 8, 2013 at 3:14 PM, K. Fossil user <
[email protected]> wrote:
> 1/ it is the fossil repository... :-)
>
Doh.
> 2/ may be this can solve it ?
> File is : src/timeline.c
> line 1359, change it to :
> else if( nEntry<200 ){
>
An else there would break if (nEntry>20 && nEntry<200).
if( nEntry>20 ){
timeline_submenu(&url, "20 Entries", "n", "20", 0);
}
if( nEntry<200 ){
timeline_submenu(&url, "200 Entries", "n", "200", 0);
}
What you're seeing seems to be a side-effect of the "related to" (r=trunk)
math (note that the title of the page is "related to trunk occurring
around"). If you change r=trunk to b=trunk then you see the 200 you are
expecting.
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users