jj/cli/testing
Martin von Zweigbergk c15cc344de cli: add jj bisect run command
This adds a command that automatically bisects a range of commits
using a specified command. By not having the interactive kind
(e.g. `jj bisect good/bad/skip/reset`), we avoid - for now at least -
having to decide where to store the state. The user can still achieve
interactive bisection by passing their shell as the bisection command.

Closes #2987.
2025-09-04 14:30:52 +00:00
..
bench-revsets-git.txt revset: insert HeadsRange in Ancestors for nested range/filter 2025-08-02 01:40:23 +00:00
fake-bisector.rs cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
fake-diff-editor.rs diff: Run external diff tools in their temp dir 2025-05-12 21:34:19 +00:00
fake-editor.rs cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
fake-formatter.rs cli, lib: move to Rust 2024 language edition 2025-07-28 17:05:41 +00:00