On Oct 21, 2016, at 10:39 PM, Venkat Iyer <[email protected]> wrote:
> 
> Thanks for the reply.   No TH1 scripts, no hooks.   The only customization is 
> adding "assigned_to" in the ticket through the GUI.   

Actually, I can replicate this with a clean repo:

    mkdir x    
    cd x
    f new ../x.f
    f open ../x.f 
    f ticket add icomment foo
    f ticket set $(f ticket show 0 | tail -1 | awk '{print $2}’) +icomment bar

That’s with the tip of trunk, updated just now.  ([7c7597220a])

> So based on someone's advice on the tcl chat I did icomments.   But I 
> mistakenly added a + though apparently I shouldn't have.

According to fossil help ticket, that sounds perfectly sane to me.  So, either 
the docs are wrong, there is a bug, or both I and your tcl chat correspondent 
are confused by the same thing.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to