ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Essien Ita Essien a6d8009097 Define builtin_immutable_heads() as a default revset alias.
* Add `builtin_immutable_heads()` in the `revsets.toml`.
* Redefine `immutable_heads()` in terms of `builtin_immutable_heads()`
* Warn if user redefines `builtin_immutable_heads()`, `mutable()` or
  `immutable()`.
* Update module constant in revset_util.rs from BUILTIN_IMMUTABLE_HEADS
  to USER_IMMUTABLE_HEADS to avoid confusion since it points at
  `immutable_heads()` **and** we now have a revset-alias
  literally named `builtin_immutable_heads()`.
* Add unittest
* Update CHANGELOG
* Update documentation.

Fixes: #4162
2024-08-14 11:32:16 +01:00
..
design
technical
branches.md docs: minor updates to description of branch conflicts 2024-08-05 18:20:37 -07:00
cli-reference.md
code-of-conduct.md
community_tools.md Add hunk.nvim to list of community tools 2024-07-22 15:29:54 -06:00
config.md config: expand tilde in ssh key filepaths 2024-08-13 08:06:43 -07:00
config.toml
conflicts.md docs: Fix example with Git conflicts markers 2024-08-02 10:36:38 -07:00
contributing.md
design_doc_blueprint.md
design_docs.md
FAQ.md FAQ: remove workaround for fixed bug (#2476) 2024-08-01 09:07:32 -07:00
filesets.md cli: enable fileset by default 2024-07-24 10:49:46 +09:00
git-comparison.md
git-compatibility.md
github.md
glossary.md
index.md
install-and-setup.md docs: document how to compile a statically linked binary on Mac 2024-08-11 20:10:37 -07:00
operation-log.md
related-work.md
revsets.md Define builtin_immutable_heads() as a default revset alias. 2024-08-14 11:32:16 +01:00
sapling-comparison.md
templates.md
testimonials.md
tutorial.md tutorial: link to Steve Klabnik's tutorial, mention jj log -r :: 2024-08-06 11:27:08 -07:00
windows.md
working-copy.md