[fossil-users] bisect 'test failed'

2013-03-05 Thread Lluís Batlle i Rossell
Hello, fossil bisect currently only allows 'good' or 'bad'. Looking for the introduction of a bug requires also the state of can't test, because a checkin could be so broken that doesn't allow determining if the checkin is 'good' or 'bad'. Could that 3rd state be introduced? Git allows it

Re: [fossil-users] bisect 'test failed'

2013-03-05 Thread Richard Hipp
On Tue, Mar 5, 2013 at 11:44 AM, Lluís Batlle i Rossell vi...@viric.namewrote: Hello, fossil bisect currently only allows 'good' or 'bad'. Looking for the introduction of a bug requires also the state of can't test, because a checkin could be so broken that doesn't allow determining if the

Re: [fossil-users] bisect 'test failed'

2013-03-05 Thread Lluís Batlle i Rossell
On Tue, Mar 05, 2013 at 11:48:13AM -0500, Richard Hipp wrote: On Tue, Mar 5, 2013 at 11:44 AM, Lluís Batlle i Rossell vi...@viric.namewrote: Hello, fossil bisect currently only allows 'good' or 'bad'. Looking for the introduction of a bug requires also the state of can't test, because

Re: [fossil-users] bisect 'test failed'

2013-03-05 Thread Lluís Batlle i Rossell
On Tue, Mar 05, 2013 at 05:54:39PM +0100, Lluís Batlle i Rossell wrote: On Tue, Mar 05, 2013 at 11:48:13AM -0500, Richard Hipp wrote: On Tue, Mar 5, 2013 at 11:44 AM, Lluís Batlle i Rossell vi...@viric.namewrote: Hello, fossil bisect currently only allows 'good' or 'bad'. Looking

Re: [fossil-users] bisect 'test failed'

2013-03-05 Thread Richard Hipp
On Tue, Mar 5, 2013 at 11:57 AM, Lluís Batlle i Rossell vi...@viric.namewrote: What does bisect do when you give it a can't test? Suggest another version to test, and keep on going. Look for 'skip' in git-bisect(1). I think that explains better my idea. Notice that there is a 'git

Re: [fossil-users] bisect 'test failed'

2013-03-05 Thread Lluís Batlle i Rossell
On Tue, Mar 05, 2013 at 12:02:21PM -0500, Richard Hipp wrote: On Tue, Mar 5, 2013 at 11:57 AM, Lluís Batlle i Rossell vi...@viric.namewrote: What does bisect do when you give it a can't test? Suggest another version to test, and keep on going. Look for 'skip' in