Tech article
Editing changes in patch format with Jujutsu
Community description: 4 points · 1 comments on Hacker News
Hacker News | Mar 4, 2026 | cassepipe
Automated excerpt
Editing changes in patch format with Jujutsu VCSRecently, I wanted to search and replace a word in the contents of a single Jujutsu change. This command lets you edit the contents of a single change. Jujutsu supplies two directories to the tool: the state of the repository prior to the change to edit (“left”), and the state with it applied (“right”).
Selected automatically from source text; not independently written or fact-checked. Read the original for full context.