Hi all, While working on the page_timeline() function to bring the equivalent of the recently added "-p path" option of the timeline CLI command. I found a different behavior between the verbose mode (aka show files) on both timeline implementation.
When a check-in have 2 or more ancestors (e.g. previous check-in and a merge from another branch): - Web page timeline (as info page) show only files affected by previous check-in. Example: http://fossil-scm.org/index.html/timeline?n=2&v=1&dp=ba9d3f08a136c474 - CLI timeline command also show files from the merge. Example (from a fossil checkout): $ fossil timeline -n 1 -v before ba9d3f08a136c474 What is the preferred behavior? I think both timeline implementation should show the same information. What do you think ? Regards, -- Martin G. _______________________________________________ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev