forked from mirrors/jj
docs: add a word to docs about divergent
This commit is contained in:
parent
d50c0f5085
commit
21128ba703
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ The following keywords can be used in `jj log`/`jj obslog` templates.
|
|||
* `tags: String`
|
||||
* `git_refs: String`
|
||||
* `git_head: String`
|
||||
* `divergent: Boolean`: True if the change id corresponds to multiple visible
|
||||
commits.
|
||||
* `divergent: Boolean`: True if the commit's change id corresponds to multiple
|
||||
visible commits.
|
||||
* `hidden: Boolean`: True if the commit is not visible (a.k.a. abandoned).
|
||||
* `conflict: Boolean`: True if the commit contains merge conflicts.
|
||||
* `empty: Boolean`: True if the commit modifies no files.
|
||||
|
|
Loading…
Reference in a new issue