Fossil SCM

Improvements to bisect built-in documentation. No changes to code.

drh 2020-07-09 20:50 trunk
Commit d4c45b50a9569806f61ea02542bd18c7caee8840231831283da4c63343a3dcd4
1 file changed +5 -17
+5 -17
--- src/bisect.c
+++ src/bisect.c
@@ -391,13 +391,13 @@
391391
** the current checkout is marked as working.
392392
**
393393
** > fossil bisect log
394394
** > fossil bisect chart
395395
**
396
-** Show a log of "good" and "bad" versions. "bisect log" shows the
397
-** events in the order that they were tested. "bisect chart" shows
398
-** them in order of check-in.
396
+** Show a log of "good", "bad", and "skip" versions. "bisect log"
397
+** shows the events in the order that they were tested.
398
+** "bisect chart" shows them in order of check-in.
399399
**
400400
** > fossil bisect next
401401
**
402402
** Update to the next version that is halfway between the working and
403403
** non-working versions.
@@ -419,32 +419,20 @@
419419
** be done, for example, because VERSION does not compile correctly
420420
** or is otherwise unsuitable to participate in this bisect.
421421
**
422422
** > fossil bisect vlist|ls|status ?-a|--all?
423423
**
424
-** List the versions in between "bad" and "good".
424
+** List the versions in between the inner-most "bad" and "good".
425425
**
426426
** > fossil bisect ui
427427
**
428428
** Like "fossil ui" except start on a timeline that shows only the
429429
** check-ins that are part of the current bisect.
430430
**
431431
** > fossil bisect undo
432432
**
433
-** Undo the most recent "good" or "bad" command.
434
-**
435
-** Summary:
436
-** * fossil bisect bad ?VERSION?
437
-** * fossil bisect good ?VERSION?
438
-** * fossil bisect log
439
-** * fossil bisect chart
440
-** * fossil bisect next
441
-** * fossil bisect options
442
-** * fossil bisect reset
443
-** * fossil bisect status
444
-** * fossil bisect ui
445
-** * fossil bisect undo
433
+** Undo the most recent "good", "bad", or "skip" command.
446434
*/
447435
void bisect_cmd(void){
448436
int n;
449437
const char *zCmd;
450438
int foundCmd = 0;
451439
--- src/bisect.c
+++ src/bisect.c
@@ -391,13 +391,13 @@
391 ** the current checkout is marked as working.
392 **
393 ** > fossil bisect log
394 ** > fossil bisect chart
395 **
396 ** Show a log of "good" and "bad" versions. "bisect log" shows the
397 ** events in the order that they were tested. "bisect chart" shows
398 ** them in order of check-in.
399 **
400 ** > fossil bisect next
401 **
402 ** Update to the next version that is halfway between the working and
403 ** non-working versions.
@@ -419,32 +419,20 @@
419 ** be done, for example, because VERSION does not compile correctly
420 ** or is otherwise unsuitable to participate in this bisect.
421 **
422 ** > fossil bisect vlist|ls|status ?-a|--all?
423 **
424 ** List the versions in between "bad" and "good".
425 **
426 ** > fossil bisect ui
427 **
428 ** Like "fossil ui" except start on a timeline that shows only the
429 ** check-ins that are part of the current bisect.
430 **
431 ** > fossil bisect undo
432 **
433 ** Undo the most recent "good" or "bad" command.
434 **
435 ** Summary:
436 ** * fossil bisect bad ?VERSION?
437 ** * fossil bisect good ?VERSION?
438 ** * fossil bisect log
439 ** * fossil bisect chart
440 ** * fossil bisect next
441 ** * fossil bisect options
442 ** * fossil bisect reset
443 ** * fossil bisect status
444 ** * fossil bisect ui
445 ** * fossil bisect undo
446 */
447 void bisect_cmd(void){
448 int n;
449 const char *zCmd;
450 int foundCmd = 0;
451
--- src/bisect.c
+++ src/bisect.c
@@ -391,13 +391,13 @@
391 ** the current checkout is marked as working.
392 **
393 ** > fossil bisect log
394 ** > fossil bisect chart
395 **
396 ** Show a log of "good", "bad", and "skip" versions. "bisect log"
397 ** shows the events in the order that they were tested.
398 ** "bisect chart" shows them in order of check-in.
399 **
400 ** > fossil bisect next
401 **
402 ** Update to the next version that is halfway between the working and
403 ** non-working versions.
@@ -419,32 +419,20 @@
419 ** be done, for example, because VERSION does not compile correctly
420 ** or is otherwise unsuitable to participate in this bisect.
421 **
422 ** > fossil bisect vlist|ls|status ?-a|--all?
423 **
424 ** List the versions in between the inner-most "bad" and "good".
425 **
426 ** > fossil bisect ui
427 **
428 ** Like "fossil ui" except start on a timeline that shows only the
429 ** check-ins that are part of the current bisect.
430 **
431 ** > fossil bisect undo
432 **
433 ** Undo the most recent "good", "bad", or "skip" command.
 
 
 
 
 
 
 
 
 
 
 
 
434 */
435 void bisect_cmd(void){
436 int n;
437 const char *zCmd;
438 int foundCmd = 0;
439

Keyboard Shortcuts

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