Fossil SCM
Minor bisect linear doc tweak suggested in [forum:0ff3db6e4a5b218a|forum post 0ff3db6e4a5b218a].
Commit
ed4ac9716ba03ecfb5fb3ee07987a81486c556a2f12806bc84dcb6a8f26e3864
Parent
e098d810dcaded1…
1 file changed
+2
-1
+2
-1
| --- src/bisect.c | ||
| +++ src/bisect.c | ||
| @@ -81,11 +81,12 @@ | ||
| 81 | 81 | "skip\"" }, |
| 82 | 82 | { "direct-only", "on", "Follow only primary parent-child links, not " |
| 83 | 83 | "merges\n" }, |
| 84 | 84 | { "display", "chart", "Command to run after \"next\". \"chart\", " |
| 85 | 85 | "\"log\", \"status\", or \"none\"" }, |
| 86 | - { "linear", "off", "Do a linear scan rather than a true bisect" }, | |
| 86 | + { "linear", "off", "Do a linear scan rather than a true bisect, " | |
| 87 | + "stopping at the first \"bad\" result"}, | |
| 87 | 88 | }; |
| 88 | 89 | |
| 89 | 90 | /* |
| 90 | 91 | ** Return the value of a boolean bisect option. |
| 91 | 92 | */ |
| 92 | 93 |
| --- src/bisect.c | |
| +++ src/bisect.c | |
| @@ -81,11 +81,12 @@ | |
| 81 | "skip\"" }, |
| 82 | { "direct-only", "on", "Follow only primary parent-child links, not " |
| 83 | "merges\n" }, |
| 84 | { "display", "chart", "Command to run after \"next\". \"chart\", " |
| 85 | "\"log\", \"status\", or \"none\"" }, |
| 86 | { "linear", "off", "Do a linear scan rather than a true bisect" }, |
| 87 | }; |
| 88 | |
| 89 | /* |
| 90 | ** Return the value of a boolean bisect option. |
| 91 | */ |
| 92 |
| --- src/bisect.c | |
| +++ src/bisect.c | |
| @@ -81,11 +81,12 @@ | |
| 81 | "skip\"" }, |
| 82 | { "direct-only", "on", "Follow only primary parent-child links, not " |
| 83 | "merges\n" }, |
| 84 | { "display", "chart", "Command to run after \"next\". \"chart\", " |
| 85 | "\"log\", \"status\", or \"none\"" }, |
| 86 | { "linear", "off", "Do a linear scan rather than a true bisect, " |
| 87 | "stopping at the first \"bad\" result"}, |
| 88 | }; |
| 89 | |
| 90 | /* |
| 91 | ** Return the value of a boolean bisect option. |
| 92 | */ |
| 93 |