jj-simplify-parents
removes redundant parent edges from merge commits
TLDR
Simplify parent relationships
$ jj simplify-parents
Simplify specific revision$ jj simplify-parents -r [revision]
SYNOPSIS
jj simplify-parents [options]
DESCRIPTION
jj simplify-parents removes redundant parent edges from merge commits. When a commit has multiple parents where one is an ancestor of another, the redundant parent is removed. Cleans up unnecessary merge complexity.
PARAMETERS
-r, --revision rev
Revision to simplify.
