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 ReadOnlyRepository::contains #96
Conversation
|
@edvbld This change can now be integrated. The commit message will be:
Since the source branch of this PR was last updated there have been 10 commits pushed to the
Since there are no conflicts, your changes will automatically be rebased on top of the above commits when integrating. If you prefer to do this manually, please merge
|
/integrate |
@openjdk-bot now please |
/integrate |
Hi all,
this patch adds
ReadOnlyRepository::contains
that checks if a given hashh
resides in the given branchb
. I also added small unit test case, it was hard to add more elaborate tests given thatHgRepository::branch
creates a bookmark and not a branch.Testing
sh gradlew test
passesThanks,
Erik
Progress
Approvers