Fix wrong "Code Review -1" on cross-repo below independent review

Before this fix, a cross-repo could receive a non blocking "Code
Review -1" with a message stating that it was depending on a
non-merged review. This was wrong as the non-merged review was above
and not below the cross-repo.

Change-Id: Icb772439294dacec56e80f99b45afdc85961939b
1 file changed
tree: 824ff2c77b29c267ae2b6324abd0a7d7d5582fcb
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
  6. test.rb
  7. tests.txt
README.md

Autosubmitter

Build Status

A gerrit plugin that takes care of automatically merging reviews when all approvals are present.

Also, it introduces the concept of cross-repository reviews. Cross repository reviews are reviews that share a common topic, and are all in different gerrit repositories. They will be merged at the same time, when all approvals for all reviews are present, and all reviews are mergeable.

Requires Gerrit 2.14 or later.