It seems that commit [f76d912f1d] (which modified the base SQL used in
timeline queries) has introduced a bug into trunk: nothing is returned when
event types are specified as switches to `timeline'.

Demonstration: here's the timeline for wiki pages in the main Fossil repo
output by build [f76d912f1d],

$ ./fossil version
This is fossil version 1.25 [f76d912f1d] 2013-01-14 12:52:29 UTC
$ ./fossil timeline -t w -n 5
$

and now the same thing with its immediate parent,

$ ./fossil version
This is fossil version 1.25 [bee86ff39a] 2013-01-14 01:54:14 UTC
$ ./fossil timeline -t w -n 5
=== 2013-01-13 ===
13:18:09 [46b46e4e76] Changes to wiki page [Wish List] (user: veedeehjay)
=== 2012-12-17 ===
17:56:20 [f96eba085d] Changes to wiki page [compillingOnWindows] (user:
         anonymous)
=== 2012-11-30 ===
22:48:14 [c1b1ba01b6] Changes to wiki page [compillingOnWindows] (user: ?)
$

The current tip commit [80bf94e0f7] behaves the same as [f76d912f1d] above.

Apologies if this has already been reported.

Best,
Marc
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to