jj/lib
Martin von Zweigbergk 418ab22be0 cli: add config for using only new UX for open commits
By adding `ui.open-commits=false` in your config, you can now make `jj
checkout` always create a new working-copy commit on top of the
specified commit. If the config is set, open commits will also appear
in the same color as closed commits in `jj log` etc. This will let
some of us experiment with the new UX before we decide if it's a good
idea or not. I left `jj close` in place because it's useful for
setting a description and creating a new commit in one step.

I didn't mention the new config in the release notes because I hope we
can reach a decision and remove the config before the next release.
2022-07-01 08:58:08 +08:00
..
src cli: add config for using only new UX for open commits 2022-07-01 08:58:08 +08:00
tests rewrite: create new checkout on top iff commit abandoned 2022-07-01 08:58:08 +08:00
build.rs
Cargo.toml cargo: bump serde_json from 1.0.81 to 1.0.82 2022-07-01 02:19:56 +08:00