[fossil-users] fossil humor: poor man's bug tracking...

2014-03-17 Thread Stephan Beal
For those who don't need the full features of the ticketing system, i think i've discovered a new way to keep track of bugs: use a "fixme" tag. [stephan@host:~/cvs/fossil/libfossil]$ f-tag -a 4b05c2c59fa6 -t fixme -v "This artifact causes an HTTP 500 in the /manifest page of the CGI demo. It is a

Re: [fossil-users] fossil humor: poor man's bug tracking...

2014-03-17 Thread j. van den hoff
On Mon, 17 Mar 2014 17:21:04 +0100, Stephan Beal wrote: For those who don't need the full features of the ticketing system, i think i've discovered a new way to keep track of bugs: use a "fixme" tag. [stephan@host:~/cvs/fossil/libfossil]$ f-tag -a 4b05c2c59fa6 -t fixme -v "This artifact ca

Re: [fossil-users] fossil humor: poor man's bug tracking...

2014-03-17 Thread Matt Welland
On Mon, Mar 17, 2014 at 9:52 AM, j. van den hoff wrote: > On Mon, 17 Mar 2014 17:21:04 +0100, Stephan Beal > wrote: > > For those who don't need the full features of the ticketing system, i >> think >> i've discovered a new way to keep track of bugs: use a "fixme" tag. >> >> [stephan@host:~/cvs/

Re: [fossil-users] fossil humor: poor man's bug tracking...

2014-03-17 Thread JR
I miss it as well, but I am a one-man show on my repos, so it is more of an inconvenience than anything. I would love to have the ability to edit the initial comment field, though. I have a bunch of tickets I was testing with and like to clean up. JR On Mar 17, 2014 11:52 AM, "j. van den hoff" wr

Re: [fossil-users] fossil humor: poor man's bug tracking...

2014-03-17 Thread Stephan Beal
On Mon, Mar 17, 2014 at 5:52 PM, j. van den hoff wrote: > nice. but unfortunately not quite what we need here (it'd be somewhat > awkward to assign a jpeg image as the vaulue to the tag, e.g. ;-)). > Yeah, it's ugly and limited, but that particular fixme has a very low priority (i accidentally im

Re: [fossil-users] fossil humor: poor man's bug tracking...

2014-03-17 Thread Ron Wilson
On Mon, Mar 17, 2014 at 12:52 PM, j. van den hoff wrote: > nice. but unfortunately not quite what we need here (it'd be somewhat > awkward to assign a jpeg image as the vaulue to the tag, e.g. ;-)). > > what do other people think: is someone else missing the ability to > edit/modify ticket commen

Re: [fossil-users] fossil humor: poor man's bug tracking...

2014-03-17 Thread Stephan Beal
On Mon, Mar 17, 2014 at 6:00 PM, Stephan Beal wrote: > Obviously not a general-purpose solution, it just came up spontaneously > when i didn't have emacs open to add the FIXME directly to some source code > ;). i need to extend f-tag so that we can add multiple tags at a time, e.g. > fixme + bgco