Hi, I'm trying to edit an existing technote and it doesn't seem to be possible:
> fossil version This is fossil version 2.4 [a0001dcf57] 2017-11-03 09:29:29 UTC > fossil wiki create "Comment" technote.tmp -M markdown -t 2018-12-13T12:34:56 Created new tech note 2018-12-13 12:34:56. I can see the new technote in fossil web UI with its ID displayed in square brackets: [ba0e4cbcb6] Comment But nothing of the following works: fossil wiki commit "Comment" technote.tmp -M markdown -t "2018-12-13 12:34:56" fossil wiki commit "Comment" technote.tmp -M markdown -t 2018-12-13T12:34:56 fossil wiki commit "Comment" technote.tmp -M markdown -t ba0e4cbcb6 It doesn't even work with full ID, the error message is always the same: no such tech note: <whatever was passed as -t parameter> Am I doing something wrong or is it completely broken? P.S. What's the general process of reporting problems found with fossil? I know there's "Ticket" section on fossil-scm.org, but all the activity there seems to have ceased two years ago, so the ticket list looks like, er, a collection of fossilized remains on display at Smithsonian. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

