commit | f0bbf3202c95f5c44ab6e9ff89b70f0e07e9f9f8 | [log] [tgz] |
---|---|---|
author | Emmanuel Debanne <e.debanne@criteo.com> | Fri Sep 12 09:35:06 2014 +0200 |
committer | Emmanuel Debanne <e.debanne@criteo.com> | Fri Sep 12 09:35:06 2014 +0200 |
tree | 978d348f739a5168592cd0f36704f20b3d6e867e | |
parent | 4f7286744f663e3aa960ad93c40823e29c0a1862 [diff] |
Fix wrong comment on simple reviews When a review is not cross-repo and cannot be merged because of a conflict, we were showing a message prefixed with "Cross-repo comment". Now, the messages are no more prefixed.
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.10 or later.