1/ else does not break here... :-)
It runs as expected...
(if entries are over 20 then 20)
2/ Depending on the trunk I click on, it may say 14 or 15 or 11...
14 timeline items related to "trunk" occurring around 2013-02-07 15:28:18
Best Regards
K.
________________________________
De : Stephan Beal <[email protected]>
À : Fossil SCM user's discussion <[email protected]>
Envoyé le : Vendredi 8 février 2013 14h25
Objet : Re: [fossil-users] 101 entries... when it should be 200...
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_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users