jj/cli/src/config
Danny Hooper 986630b270 cli fix: change default from -s @ to -s 'reachable(@, mutable())'
Most of the value of `jj fix` over a shell script is in formatting commits
other than `@`. `@::` often doesn't contain those other commits, so `-s @` is a
bad default.

We could get the same effect from `-s 'mutable() & ::@'`, but `reachable()` is
a bit more explicit and simple to read.

We could also base this on excluding `trunk()`, but that just seems like an
indirection for `mutable()` that might ignore the user's intent if they have
configured part of trunk to be mutable.
2024-06-13 17:08:24 -05:00
..
colors.toml backend: add error variant for access denied, handle when diffing 2024-05-30 18:27:38 -07:00
merge_tools.toml config.md: advertise diffedit3 as an alternative to meld-3 diff editor 2024-05-08 11:38:41 -07:00
misc.toml
README.md
revsets.toml cli fix: change default from -s @ to -s 'reachable(@, mutable())' 2024-06-13 17:08:24 -05:00
templates.toml cli: add space around = in jj config list output 2024-05-24 19:35:45 -07:00
unix.toml
windows.toml

These files are compiled into the binary; they are not installed to the user's system.