jj/cli/tests/common
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
..
command_output.rs cli lib: make use of Self consistent 2025-07-27 00:12:02 +00:00
config_schema_defaults.rs tests: compute the schema defaults in Rust rather than using jq(1) 2025-08-08 16:19:30 +00:00
mod.rs cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
test_environment.rs cli: add jj bisect run command 2025-09-04 14:30:52 +00:00