mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
docs: mention ?? means 'divergence'
While divergence is talked about in the documentation, few places actually mention how divergent changes are displayed. I've added such notes to the help out put of `jj log`, the glossary, and added an example to the guide we have on divergence. Fixes #6365
This commit is contained in:
parent
31aae4cb26
commit
7da170d53f
4 changed files with 19 additions and 1 deletions
|
|
@ -1771,10 +1771,14 @@ Spans of revisions that are not included in the graph per `--revisions` are rend
|
|||
|
||||
The working-copy commit is indicated by a `@` symbol in the graph. [Immutable revisions] have a `◆` symbol. Other commits have a `○` symbol. All of these symbols can be [customized].
|
||||
|
||||
Changes with a ?? after their ID are [divergent].
|
||||
|
||||
[Immutable revisions]: https://docs.jj-vcs.dev/latest/config/#set-of-immutable-commits
|
||||
|
||||
[customized]: https://docs.jj-vcs.dev/latest/config/#node-style
|
||||
|
||||
[divergent]: https://docs.jj-vcs.dev/latest/guides/divergence/
|
||||
|
||||
**Usage:** `jj log [OPTIONS] [FILESETS]...`
|
||||
|
||||
###### **Arguments:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue