-
Notifications
You must be signed in to change notification settings - Fork 96
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
Include conflicts in status #112
Comments
I just pulled down 1.7.0-rc1 and gave it a try locally. I'm not seeing any conflicts after running the merge though and it looks like the merge was aborted. My test case creates a temporary git repo and changes the version property of gradle.properties inside that repo on two branches, then does a merge expecting a conflict. Here is the history I'm seeing when my test case completes. The final step is to merge master into develop, but as you can see the merge is incomplete and there are no conflicts.
|
Oh, and I forgot to mention that I do see the new 'conflicts' section in the |
Oh, nevermind I was catching all Exception types which was hiding a bug in my script, not a merge problem. Looks like it's working correctly now, thanks! |
Thanks for verifying. I'll get the final one out today or tomorrow. |
StatusOp should return the conflicts (in case of merge issue).
The text was updated successfully, but these errors were encountered: