Options (3)
-r, --revisionbooleanEdit changes in a given revision
Example:
jj diffedit {{[-r|--revision]}} {{revset}}-f, --frombooleanEdit changes comparing a "from" revision to a "to" revision
Example:
jj diffedit {{[-f|--from]}} {{from_revset}} {{[-t|--to]}} {{to_revset}}-t, --tobooleanEdit changes comparing a "from" revision to a "to" revision
Example:
jj diffedit {{[-f|--from]}} {{from_revset}} {{[-t|--to]}} {{to_revset}}Examples (6)
Edit changes in the current revision with a diff editor
Edit changes in a given revision
jj diffedit [-r|--revision] revsetEdit changes comparing a "from" revision to a "to" revision
jj diffedit [-f|--from] from_revset [-t|--to] to_revsetEdit only specific paths (unmatched paths remain unchanged)
jj diffedit filesetsUse a specific diff editor
jj diffedit --tool namePreserve content instead of diff when rebasing descendants
jj diffedit --restore-descendantsmade by @shridhargupta | data from tldr-pages