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
vcs: improve git->hg converter #736
Conversation
|
Webrevs
|
vcs/src/test/java/org/openjdk/skara/vcs/openjdk/converter/GitToHgConverterTests.java
Outdated
Show resolved
Hide resolved
vcs/src/test/java/org/openjdk/skara/vcs/openjdk/converter/GitToHgConverterTests.java
Show resolved
Hide resolved
@edvbld This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
There are currently no new commits on the
|
/integrate |
Hi all,
please review this patch that significantly improves the
GitToHgConverter
. The new converter handles all OpenJDK Git repositories and also handles additional Git tags. I also improved the testing by quite a bit, the verification is much more strict and I added a bunch of more tests. I also added some@Disabled
tests (since they require an internet connection), but they are still useful for running locally when working on the converter.Testing:
make test
passes on Linux x64Thanks,
Erik
Progress
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/736/head:pull/736
$ git checkout pull/736