Merge branch 'stable-2.11' into stable-2.12

* stable-2.11:
  Set version to 2.11.7
  Release notes for Gerrit 2.11.7
  Document new allowrcpt restriction on adding user email
  OutputStreamQuery: fix comments with current-patch-set option
  Add tests for ssh query command
  EmailReviewComments: Provide the current user instead of exception
  OutputStreamQuery: Take files into account when adding patch sets
  Update 2.11.6 release notes

Change-Id: I6b24624da6af024e340a672b2ac527d5510f5219
This commit is contained in:
David Pursehouse
2016-02-10 11:10:48 +09:00
8 changed files with 386 additions and 11 deletions

View File

@@ -376,7 +376,7 @@ public class PostReview implements RestModifyView<RevisionResource, ReviewInput>
in.notify,
change,
ps,
user.getAccountId(),
user,
message,
comments).sendAsync();
}