2025-07-24 22:27:13 -06:00
|
|
|
# jj simplify-parents
|
|
|
|
|
|
|
|
|
|
> Simplify parent edges for the specified revision(s).
|
|
|
|
|
> For example, "A -> B -> C | A -> C" gets simplified to "A -> B -> C".
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-simplify-parents>.
|
2025-07-24 22:27:13 -06:00
|
|
|
|
|
|
|
|
- Simplify parent edges of given revisions:
|
|
|
|
|
|
|
|
|
|
`jj simplify-parents {{[-r|--revisions]}} {{revsets}}`
|
|
|
|
|
|
|
|
|
|
- Simplify parent edges of given revisions and trees of their descendants:
|
|
|
|
|
|
|
|
|
|
`jj simplify-parents {{[-s|--source]}} {{revsets}}`
|