mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-18 09:35:24 +02:00
jj-evolog: Update revisions option to preferred canonical (#17151)
This commit is contained in:
parent
27232c765d
commit
77de9ca32a
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
- Show how a revision has evolved over time:
|
||||
|
||||
`jj evolog {{[-r|--revision]}} {{revset}}`
|
||||
`jj evolog {{[-r|--revisions]}} {{revsets}}`
|
||||
|
||||
- Show diff statistics in the evolution log:
|
||||
|
||||
`jj evolog {{[-r|--revision]}} {{revset}} --stat`
|
||||
`jj evolog {{[-r|--revisions]}} {{revsets}} --stat`
|
||||
|
||||
- Show summary of each change in the evolution log:
|
||||
|
||||
`jj evolog {{[-r|--revision]}} {{revset}} {{[-s|--summary]}}`
|
||||
`jj evolog {{[-r|--revisions]}} {{revsets}} {{[-s|--summary]}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue