jj-edit
sets the working copy to a specific revision for editing
TLDR
Edit specific revision
$ jj edit [revision]
Edit parent of current revision$ jj edit @-
SYNOPSIS
jj edit revision
DESCRIPTION
jj edit sets the working copy to a specific revision for editing. The working copy becomes a child of the specified revision, allowing you to modify it. Changes are automatically recorded in the revision being edited.
INSTALL
sudo pacman -S jujutsu
sudo apk add jujutsu
sudo zypper install jujutsu
brew install jujutsu
nix profile install nixpkgs#jujutsu