forked from mirrors/jj
docs: mention the immutable_heads()
in our list of built-in aliases
This commit is contained in:
parent
b0048bca17
commit
171896aefa
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,9 @@ for a comprehensive list.
|
||||||
'trunk()' = 'your-branch@your-remote'
|
'trunk()' = 'your-branch@your-remote'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* `immutable_heads()`: Resolves to `trunk() | tags()` by default. See
|
||||||
|
[here](config.md#set-of-immutable-commits) for details.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Show the parent(s) of the working-copy commit (like `git log -1 HEAD`):
|
Show the parent(s) of the working-copy commit (like `git log -1 HEAD`):
|
||||||
|
|
Loading…
Reference in a new issue