Follow upstream's change of PatchSetInfoFactory's get method

Gerrit core changed the signature of PatchSetInfoFactory's get method
to additionally require a RevWalk [1], which made compiling against
current master fail [2]. Hence, we now pass the needed RevWalk to
again allow compilation against current master.

[1] Commit b9805aee6dfe73b79269f5f0915a79ae0709cf32
[2] See
http://builds.quelltextlich.at/gerrit/nightly/master/latest/importer.jar.build.stderr.txt
http://builds.quelltextlich.at/gerrit/nightly/master/latest/index.html#importer.jar

Error message is (re-formatted to fit the commit message):

[...]/ReplayRevisionsStep.java:128: error: no suitable method found
                          for get([...].RevCommit,[...].PatchSet.Id)
        info = patchSetInfoFactory.get(commit, ps.getId());
                                  ^

Bug: Issue 3615
Change-Id: Idf45020d6fdd3f8ad87d6e015c3e992c11c46291
1 file changed
tree: f194e427b1e4e3678206e3204720742216dc7fa6
  1. .settings/
  2. lib/
  3. src/
  4. .buckconfig
  5. .gitignore
  6. BUCK
  7. LICENSE
  8. README.md
  9. VERSION
README.md

Importer - Gerrit Plugin to import projects

The importer plugin allows to import projects from one Gerrit server into another Gerrit server.

Projects can be imported while both source and target Gerrit server are online. There is no downtime required.

The git repository and all changes of the project, including approvals and review comments, are imported. Historic timestamps are preserved.

Project imports can be resumed. This means a project team can continue to work in the source system while the import to the target system is done. By resuming the import the project in the target system can be updated with the missing delta.

The importer plugin can also be used to copy a project within one Gerrit server, and in combination with the delete-project plugin it can be used to rename a project.