-
Notifications
You must be signed in to change notification settings - Fork 31
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
Can you support post-commit review by specifying rev range? #74
Comments
This is related to subclipse, right? |
Yes, it's relevant to subclipse. Also, are there any chances of supporting subversive? |
I am not sure about Subversive , as I do not use it . If you need Subversive support, adding support for the compare editor should be pretty simple, see the code at https://github.com/rombert/ereviewboard/blob/master/org.review_board.ereviewboard.subclipse.core/src/org/review_board/ereviewboard/subclipse/core/internal/actions/SubclipseSCMFileContentsLocator.java . If you want integration for creating reviews and posting updated diffs, the API is not solid yet, but you can have a look at the https://github.com/rombert/ereviewboard/tree/master/org.review_board.ereviewboard.subclipse.ui project . |
Yup, that's why I forked your project. Thank you very much~ :D |
Great! Looking forward to see the results of your fork. If you need to On Tue, Oct 25, 2011 at 4:28 PM, Frederick Haebin Na
Sent from my (old) computer |
If you do plan to add anything more than compare editor integration, that is implementing and contributing TaskDiffAction , please start a discussion on the google group. There is some reuse which can be achieved by pulling up code from the subclipse.ui plugin, but I never got around to do that. |
Hi, can you support post-commit review by specifying rev range instead of posting the local diff?
Thank you very much~
The text was updated successfully, but these errors were encountered: