Files
jj-vcs-jj/cli/tests/test_debug_init_simple_command.rs
Sebastian Barfurth 90cf756e6e cli: add global option to not commit transaction
This patch adds a global `--no-integrate-operation` flag that prevents
integration/publishing of most operations, including the ones created by
`snapshot_working_copy()` and `finish_transaction()`. The operations
are still created as usual.

We provide `jj op integrate` to manually reintegrate operations created by
commands with this flag enabled.

Closes #2562

Co-authored-by: Martin von Zweigbergk <martinvonz@google.com>
2026-04-02 18:36:15 +00:00

2.3 KiB