-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make jj prev
and jj next
work when the working copy is a merge commit
#3461
Conversation
@PhilipMetzger I think that this just works, and that the logic is actually a bit simpler now. You are probably the expert for this command though. Do you think there are any other scenarios we should test? |
09be1aa
to
636c684
Compare
jj prev
work when @ is a merge commitjj prev
work when the working copy is a merge commit
c3ebf6c
to
9909050
Compare
It looks like |
Yeah I can take a look at |
I would do it in the same PR but up to you since you're the one doing it. |
9909050
to
12dcc69
Compare
0f069ac
to
e959102
Compare
12dcc69
to
2eab218
Compare
jj prev
work when the working copy is a merge commitjj prev
and jj next
work when the working copy is a merge commit
I pushed a second commit that removes the merge commit limitation from |
15ad062
to
9d8303f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks.
e959102
to
bac9891
Compare
9d8303f
to
2861044
Compare
…ts_at` The current documentation is wrong. This is a follow up for #3461 (comment)
…ts_at` The current documentation is wrong. This is a follow up for #3461 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
…ts_at` The current documentation is wrong. This is a follow up for #3461 (comment)
2861044
to
457185c
Compare
Before this commit `jj prev` fails if the current working copy commit is a merge commit. After this commit it will prompt the user to choose the ancestor they want to select. #2126
457185c
to
0bcfdc2
Compare
0bcfdc2
to
1222c78
Compare
Thanks everyone for helping to review this! |
Before this commit
jj prev
fails if the current working copy commit is a merge commit. After this commit it will prompt the user to choose the ancestor they want to select.#2126
Checklist
If applicable:
CHANGELOG.md