Jeremy,

Thanks for the tip.  I implemented your suggestion below on one of my 
repositories and it works great.

RW

Ron Wilson, Engineering Project Lead
(o) 434.455.6453, (m) 434.851.1612, www.harris.com

HARRIS CORPORATION   |   RF Communications Division     
assuredcommunications(tm)


> -----Original Message-----
> From: [email protected] [mailto:fossil-users-
> [email protected]] On Behalf Of Jeremy Cowgar
> Sent: Tuesday, December 29, 2009 9:10 PM
> To: Fossil Users List
> Subject: [fossil-users] Searchable Timeline
> 
> 
> 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
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to