On Thu, Mar 27, 2014 at 7:04 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> On Thu, Mar 27, 2014 at 6:56 PM, Tony Papadimitriou <to...@acm.org> wrote:
>
>>   Maybe add b= for branch?
>>
>
It turns out that...


if( zTagName && g.perm.Read ){
    tagid = db_int(0, "SELECT tagid FROM tag WHERE tagname='sym-%q'",
zTagName);
    zThisTag = zTagName;
  }else if( zBrName && g.perm.Read ){
    tagid = db_int(0, "SELECT tagid FROM tag WHERE
tagname='sym-%q'",zBrName);
    zThisTag = zBrName;
  }

i.e.: t=branchname is what you want:

http://www.fossil-scm.org/index.html/timeline?t=cleanX

The CLI can't yet do this. i'm working on adding something like it to
f-timeline right now, though.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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