jj/cli
Jonas Greitemann 869da38e43 config-schema: fix schema default for revset-aliases."immutable_heads()"
The default value became definitely outdated when "branches" were renamed
to "bookmarks" in 0.20 (and broke in 0.28).

The actual default of `revset-aliases."immutable_heads()"` is in fact
`builtin_immutable_heads()`, now. However, if one were to want override
to default `immutable_heads()`, `builtin_immutable_heads()` would likely
not be a helpful starting point. Therefore, it may make sense to keep
this "resolved" default value in the schema.
2025-06-01 17:36:37 +00:00
..
examples backend: make write_file() take an AsyncRead 2025-05-22 15:33:33 +00:00
src config-schema: fix schema default for revset-aliases."immutable_heads()" 2025-06-01 17:36:37 +00:00
testing diff: Run external diff tools in their temp dir 2025-05-12 21:34:19 +00:00
tests cli: for deprecated configs, say at which source level they were found 2025-05-28 20:01:51 +00:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml backend: make read_file() return a AsyncRead 2025-05-20 13:23:36 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00