I just committed code that allows one to search for text in the comment and
brief fields of the web timeline. The parameter is s, for string search.
For instance:
http://repo/timeline?s=search%20string
This can be handy for fixed things as well. For instance, on the ticket view, I
show a link now to associated checkins:
<th1>
set shortUuid [string range $tkt_uuid 0 9]
</th1>
....
....
<a href="/timeline?s=$<shortUuid>&y=ci">associated checkins</a>
Now, when I commit, I always include [shortUuid] in my commit comments of any
ticket that I am working on or have fixed. Thus, I can easily link my commit to
a ticket and now my ticket to a commit.
Just to let others know of the new feature. I am sure you'll find uses for it
as well.
Jeremy
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users