On Tue, Dec 16, 2014 at 3:53 PM, jungle Boogie <jungleboog...@gmail.com>
wrote:
>
>
> Additionally/alternatively, some search feature around the checkin
> link to help filter results better. (similar to control F in the
> browser but have it actually remove non-matched items). ;)
>
>
You can add a query parameter "re=REGEXP" where REGEXP is a regular
expression and it will only show the files that match that regular
expression.

So, for example, to see just the files (and their folders) that contain the
letter "a" you would run:

     https://www.fossil-scm.org/fossil/tree?ci=trunk&re=a

But there is no web interface for this - you have to manually add the
regular expression to the URL.  Suggestions on how to make that more
user-friendly are welcomed.

Note that there are several query parameters on the timeline page that are
likewise usually only accessible by manually adding them to the URL.
Suggestions on a better interface there are also encouraged.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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