Replies: 2 comments
I don't like idea to much but others have wanted a way to display the created change-id with templates in the past. Otherwise I think better aliases may also solve this. |
0 replies
|
Another problem of For now, you can query new commits by something like |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For scripting purposes, I don't see an easy way to obtain the commit ID of a new commit created with
jj duplicate. Would it make sense to add an--editoption to the duplicate command, changing the working-copy to the new commit?The new command already has the opposite
--no-editoption.All reactions