Commit Graph

3 Commits

Author SHA1 Message Date
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
Ilya Grigoriev
3a9e56d06b tests: run cargo insta test --force-update-snapshots
Note that you might get different result if you use cargo-insta <1.63.3
2026-02-17 17:43:54 +00:00
Philip Metzger
f8ab8a0e72 lib: rename the LocalBackend to SimpleBackend
This makes it clear to source code readers, that it isn't the _native backend_ the project
talks about in the Roadmap.
2025-03-17 17:17:11 +00:00