1
0
Fork 0
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:
Agam Agarwal 2025-07-07 21:48:08 +05:30 committed by GitHub
parent 27232c765d
commit 77de9ca32a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]}}`