mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 03:22:59 +00:00
docs: fix typo in builtin_immutable_heads()
description
Some checks failed
binaries / Build binary artifacts (push) Has been cancelled
nix / flake check (push) Has been cancelled
build / build (, macos-13) (push) Has been cancelled
build / build (, macos-14) (push) Has been cancelled
build / build (, ubuntu-latest) (push) Has been cancelled
build / build (, windows-latest) (push) Has been cancelled
build / build (--all-features, ubuntu-latest) (push) Has been cancelled
build / Build jj-lib without Git support (push) Has been cancelled
build / Check protos (push) Has been cancelled
build / Check formatting (push) Has been cancelled
build / Run doctests (push) Has been cancelled
build / Check that MkDocs can build the docs (push) Has been cancelled
build / Check that MkDocs can build the docs with latest Python and uv (push) Has been cancelled
build / cargo-deny (advisories) (push) Has been cancelled
build / cargo-deny (bans licenses sources) (push) Has been cancelled
build / Clippy check (push) Has been cancelled
Codespell / Codespell (push) Has been cancelled
website / prerelease-docs-build-deploy (ubuntu-latest) (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
Some checks failed
binaries / Build binary artifacts (push) Has been cancelled
nix / flake check (push) Has been cancelled
build / build (, macos-13) (push) Has been cancelled
build / build (, macos-14) (push) Has been cancelled
build / build (, ubuntu-latest) (push) Has been cancelled
build / build (, windows-latest) (push) Has been cancelled
build / build (--all-features, ubuntu-latest) (push) Has been cancelled
build / Build jj-lib without Git support (push) Has been cancelled
build / Check protos (push) Has been cancelled
build / Check formatting (push) Has been cancelled
build / Run doctests (push) Has been cancelled
build / Check that MkDocs can build the docs (push) Has been cancelled
build / Check that MkDocs can build the docs with latest Python and uv (push) Has been cancelled
build / cargo-deny (advisories) (push) Has been cancelled
build / cargo-deny (bans licenses sources) (push) Has been cancelled
build / Clippy check (push) Has been cancelled
Codespell / Codespell (push) Has been cancelled
website / prerelease-docs-build-deploy (ubuntu-latest) (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
This commit is contained in:
parent
0651e5a468
commit
ecbee49bf4
1 changed files with 2 additions and 2 deletions
|
@ -461,8 +461,8 @@ for a comprehensive list.
|
|||
|
||||
* `builtin_immutable_heads()`: Resolves to
|
||||
`present(trunk()) | tags() | untracked_remote_bookmarks()`. It is used as the
|
||||
default definition for `immutable_heads()` below. it is not recommended to
|
||||
redefined this alias. Prefer to redefine `immutable_heads()` instead.
|
||||
default definition for `immutable_heads()` below. It is not recommended to
|
||||
redefine this alias. Prefer to redefine `immutable_heads()` instead.
|
||||
|
||||
* `immutable_heads()`: Resolves to
|
||||
`present(trunk()) | tags() | untracked_remote_bookmarks()` by default. It is
|
||||
|
|
Loading…
Reference in a new issue