-
Notifications
You must be signed in to change notification settings - Fork 461
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
add RepositoryApi.compare(Object projectIdOrPath, String from, String to, Object fromProjectId, boolean straight) #1208
Conversation
…String to, Object fromProjectId, boolean straight)
@@ -914,18 +914,7 @@ public File getRepositoryArchive( | |||
*/ | |||
public CompareResults compare(Object projectIdOrPath, String from, String to, boolean straight) |
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.
I think this method should be deprecated, now that we have the one accepting more parameters.
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.
Look almost good to me. Thank you for this contribution.
🎉 thank you for this contribution |
add RepositoryApi.compare(Object projectIdOrPath, String from, String to, Object fromProjectId, boolean straight)