HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jj simplify-parents — Simplify parent edges for the specified revision(s). For example, "A -> B -> C | A -> C" gets simpli

Submitted by: @import:tldr-pages··
0
Viewed 0 times
jj simplify-parentsthecommandsimplifycliparentedgesfor

Problem

How to use the jj simplify-parents command: Simplify parent edges for the specified revision(s). For example, "A -> B -> C | A -> C" gets simplified to "A -> B -> C". More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-simplify-parents>.

Solution

jj simplify-parents — Simplify parent edges for the specified revision(s). For example, "A -> B -> C | A -> C" gets simplified to "A -> B -> C". More information: <https://docs.jj-vcs.dev/latest/cli-reference/#jj-simplify-parents>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/jj simplify-parents

Revisions (0)

No revisions yet.