Remove documentation of "rejected by plugin" error message

Gerrit no longer reports this error message, so remove it from
the documentation.

Change-Id: I878887bb54712926429a6c9284c9c106e8d1275b
This commit is contained in:
David Pursehouse
2012-12-11 10:29:20 +09:00
parent 697069e3ec
commit 38fc567152
2 changed files with 0 additions and 15 deletions

View File

@@ -35,7 +35,6 @@ Error Messages
* link:error-squash-commits-first.html[squash commits first]
* link:error-upload-denied.html[Upload denied for project \'...']
* link:error-not-allowed-to-upload-merges.html[you are not allowed to upload merges]
* link:error-prohibited-by-gerrit-reject-by-plugin.html[Prohibited by Gerrit (rejected by plugin X)]
General Hints

View File

@@ -1,14 +0,0 @@
Prohibited by Gerrit (rejected by plugin X)
===========================================
This is the default error message that is returned by Gerrit if a push
has been rejected because of failed validation by plugin X.
Bear in mind that the (rejected by plugin X) message is always present
and X indicates the plugin name as it appears in /#/admin/plugins/ list.
Please refer to the plugin author documentation for knowing the
validation rule applied.
GERRIT
------
Part of link:error-messages.html[Gerrit Error Messages]