Comment by zahlman Comment by zahlman a day ago 2 replies Copy Link View on Hacker News If you `jj undo` a second time, does it redo (undoing the undo), or does it back up another step?
Copy Link steveklabnik 15 hours ago Collapse Comment - It redos, there's discussion about if and how this should change: https://github.com/jj-vcs/jj/issues/3700 Reply View | 1 reply Copy Link stouset 5 hours ago Parent Collapse Comment - For background, this is because the `undo` itself is an operation pushed onto the top of the stack. It is a little counterintuitive. Reply View | 0 replies
Copy Link stouset 5 hours ago Parent Collapse Comment - For background, this is because the `undo` itself is an operation pushed onto the top of the stack. It is a little counterintuitive. Reply View | 0 replies
It redos, there's discussion about if and how this should change: https://github.com/jj-vcs/jj/issues/3700