Differences From Artifact [9eef1e8551]:
- File src/bisect.c — part of check-in [0a7af8d3a8] at 2013-06-21 05:31:02 on branch trunk — Updates to the "bisect" command. Add "bisect chart". Add the "display" option to choose the display to occur after "bisect next". Default the display to "chart". (user: drh size: 12909) [more...]
To Artifact [92f528d171]:
- File src/bisect.c — part of check-in [52b35c8b40] at 2014-01-27 09:05:45 on branch trunk — Remove unnecessary end-of-line spaces. (My editor does that automatically, but I don't want it to happen together with other functional changes in a single commit). No change in code. (user: jan.nijtmans size: 12906) [more...]
︙ | |||
368 369 370 371 372 373 374 | 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 | - + | }else{ g.argv[1] = "update"; g.argv[2] = db_text(0, "SELECT uuid FROM blob WHERE rid=%d", pMid->rid); g.argc = 3; g.fNoSync = 1; update_cmd(); } |
︙ |