ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: add a word to docs about divergent

This commit is contained in:
Ilya Grigoriev 2023-04-09 13:06:59 -07:00
parent d50c0f5085
commit 21128ba703

View file

@ -29,8 +29,8 @@ The following keywords can be used in `jj log`/`jj obslog` templates.
* `tags: String` * `tags: String`
* `git_refs: String` * `git_refs: String`
* `git_head: String` * `git_head: String`
* `divergent: Boolean`: True if the change id corresponds to multiple visible * `divergent: Boolean`: True if the commit's change id corresponds to multiple
commits. visible commits.
* `hidden: Boolean`: True if the commit is not visible (a.k.a. abandoned). * `hidden: Boolean`: True if the commit is not visible (a.k.a. abandoned).
* `conflict: Boolean`: True if the commit contains merge conflicts. * `conflict: Boolean`: True if the commit contains merge conflicts.
* `empty: Boolean`: True if the commit modifies no files. * `empty: Boolean`: True if the commit modifies no files.