-
Notifications
You must be signed in to change notification settings - Fork 365
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
FR: jj resolve
should affirmatively report whether conflicts in the parent were resolved
#5188
Comments
If the working copy commit has conflicts (both generally and including the case of the |
Sorry for the delay. What do you mean by “status line”? Which command are you referring to? |
@davidbarsky specifically the "Working copy now at: " / "Working copy:" / "Parent commit:" lines in your screenshots. |
@arxanas Ah! Yes, I believe it does, if I'm understanding you correctly (see below). At the risk of emphasizing something already obvious to you, I'd "just" like |
Maybe #5111 will effectively address this? |
It would, yes! I'd also be happy to send a PR that copies this snippet from (Naively, it seems like a small/easy papercut to fix independent of #5111, but I don't know what the threshold y'all have for smaller changes like this.) |
Thanks, I just didn't know about whether it showed the information that I thought it showed. (I think I typically don't use
Originally, I was just asking my question to understand the |
Is your feature request related to a problem? Please describe.
When using
jj resolve
, I'd find it to be extremely helpful ifjj resolve
affirmatively reported whether all conflicts in the parent commit were resolved. Today, it only reports whether there are any remaining conflicts, which leads me to second-guess myself and runjj st
.Describe the solution you'd like
jj resolve
should print additional context about the working copy's conflict resolution state. For example, if ajj resolve
command completes successfully and no more conflicts remain,jj resolve
should write "Conflict in parent commit has been resolved in working copy" asjj status
does.Describe alternatives you've considered
jj st
after ajj resolve
, which works, but it's an additional command.Additional context
A screenshot of a successful `jj resolve --tool vscode` and a `jj st` that ran immediately after which reports "Conflict in parent commit has been resolved in working copy".
The text was updated successfully, but these errors were encountered: