Community
Participate
Working Groups
We should provide API to access the functionality of ContextChangeSet#getComment(boolean checkTaskRepository, ITask task, IResource[] resources) in order to fill in the commit message for SCM providers.
+1 The Versions project should not depend on Tasks though so we would need to figure out where to put this. Would it work to make this API available in Mylyn Tasks for now?
Yep, that should work. As Mylyn is fully backward compatible, I don't see a reason not to use the new API right now.
Created attachment 187373 [details] proposed change
Created attachment 187374 [details] mylyn/context/zip
Can you take a look at the proposed change and let me know if the propsed API would work for EGit?
From what I see, this would be sufficient. One minor thing I saw is that checkTaskRepository is not explained in the javadoc.
Created attachment 187465 [details] updated patch
Thanks for noticing. I must have been asleep the parameter was not used and redundant. I have removed it. I'll post a weekly build with the changes on Wednesday.