Fix error documentation for NoSuchProjectException
With commit 88c3263465
the error message
for NoSuchProjectException was changed, adapt the documentation that
describes this error to the new message.
Change-Id: I76af323859caa14c3f3102f69ee7e8544c348a4d
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -26,13 +26,13 @@ Error Messages
|
||||
* link:error-no-new-changes.html[no new changes]
|
||||
* link:error-non-fast-forward.html[non-fast forward]
|
||||
* link:error-not-a-gerrit-administrator.html[Not a Gerrit administrator]
|
||||
* link:error-not-a-gerrit-project.html[not a Gerrit project]
|
||||
* link:error-not-permitted-to-create.html[Not permitted to create ...]
|
||||
* link:error-not-signed-off-by.html[not Signed-off-by author/committer/uploader in commit message footer]
|
||||
* link:error-not-valid-ref.html[not valid ref]
|
||||
* link:error-change-upload-blocked.html[One or more refs/for/ names blocks change upload]
|
||||
* link:error-permission-denied.html[Permission denied (publickey)]
|
||||
* link:error-prohibited-by-gerrit.html[prohibited by Gerrit]
|
||||
* link:error-project-not-found.html[Project not found: ...]
|
||||
* 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]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
not a Gerrit project
|
||||
====================
|
||||
Project not found: ...
|
||||
======================
|
||||
|
||||
With this error message Gerrit rejects to push a commit if the git
|
||||
repository to which the push is done does not exist as a project in
|
Reference in New Issue
Block a user