Fossil SCM
Improvements to bisect built-in documentation. No changes to code.
Commit
d4c45b50a9569806f61ea02542bd18c7caee8840231831283da4c63343a3dcd4
Parent
9e7262b4e030474…
1 file changed
+5
-17
+5
-17
| --- src/bisect.c | ||
| +++ src/bisect.c | ||
| @@ -391,13 +391,13 @@ | ||
| 391 | 391 | ** the current checkout is marked as working. |
| 392 | 392 | ** |
| 393 | 393 | ** > fossil bisect log |
| 394 | 394 | ** > fossil bisect chart |
| 395 | 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. | |
| 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 | 399 | ** |
| 400 | 400 | ** > fossil bisect next |
| 401 | 401 | ** |
| 402 | 402 | ** Update to the next version that is halfway between the working and |
| 403 | 403 | ** non-working versions. |
| @@ -419,32 +419,20 @@ | ||
| 419 | 419 | ** be done, for example, because VERSION does not compile correctly |
| 420 | 420 | ** or is otherwise unsuitable to participate in this bisect. |
| 421 | 421 | ** |
| 422 | 422 | ** > fossil bisect vlist|ls|status ?-a|--all? |
| 423 | 423 | ** |
| 424 | -** List the versions in between "bad" and "good". | |
| 424 | +** List the versions in between the inner-most "bad" and "good". | |
| 425 | 425 | ** |
| 426 | 426 | ** > fossil bisect ui |
| 427 | 427 | ** |
| 428 | 428 | ** Like "fossil ui" except start on a timeline that shows only the |
| 429 | 429 | ** check-ins that are part of the current bisect. |
| 430 | 430 | ** |
| 431 | 431 | ** > fossil bisect undo |
| 432 | 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 | |
| 433 | +** Undo the most recent "good", "bad", or "skip" command. | |
| 446 | 434 | */ |
| 447 | 435 | void bisect_cmd(void){ |
| 448 | 436 | int n; |
| 449 | 437 | const char *zCmd; |
| 450 | 438 | int foundCmd = 0; |
| 451 | 439 |
| --- 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 |