Fossil SCM

Fix a bug in "fossil bisect" introduced by [ebd239de02c4b9f2].

drh 2025-01-06 20:52 trunk
Commit 680acb2831ad5d5c2398773bf002bf2dd7fca14552e42bea9983ac33aca0ff8f
1 file changed +1 -1
+1 -1
--- src/bisect.c
+++ src/bisect.c
@@ -282,11 +282,11 @@
282282
rid = atoi(blob_str(&id));
283283
if( rid>0 ){
284284
bisect_log_append(&ins, cnt, "GOOD", rid);
285285
lastGood = rid;
286286
}else{
287
- bisect_log_append(&ins, cnt, "BAD", rid);
287
+ bisect_log_append(&ins, cnt, "BAD", -rid);
288288
lastBad = -rid;
289289
}
290290
}
291291
}
292292
if( iCurrent>0 ){
293293
--- src/bisect.c
+++ src/bisect.c
@@ -282,11 +282,11 @@
282 rid = atoi(blob_str(&id));
283 if( rid>0 ){
284 bisect_log_append(&ins, cnt, "GOOD", rid);
285 lastGood = rid;
286 }else{
287 bisect_log_append(&ins, cnt, "BAD", rid);
288 lastBad = -rid;
289 }
290 }
291 }
292 if( iCurrent>0 ){
293
--- src/bisect.c
+++ src/bisect.c
@@ -282,11 +282,11 @@
282 rid = atoi(blob_str(&id));
283 if( rid>0 ){
284 bisect_log_append(&ins, cnt, "GOOD", rid);
285 lastGood = rid;
286 }else{
287 bisect_log_append(&ins, cnt, "BAD", -rid);
288 lastBad = -rid;
289 }
290 }
291 }
292 if( iCurrent>0 ){
293

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button