martinvonz / jj

A Git-compatible VCS that is both simple and powerful
https://martinvonz.github.io/jj/
Apache License 2.0
8.39k stars 289 forks source link

FR: Teach `next` to create a new commit after an `edit` #2209

Closed PhilipMetzger closed 8 months ago

PhilipMetzger commented 1 year ago

At the moment next/prev are not symmetrical commands, as next is unable to create a new commit after an jj edit, while prev does not care. This stems from a longer discussion here. This is a followup for #1200, as we land the initial implementation in Jujutsu 0.9.

PhilipMetzger commented 8 months ago

This seems to work, so I'm closing the issue.