Documentation: list error messages in alphabetical order

In commit c6fd5a6 some error messages were renamed, but were
not moved into the correct alphabetical order in the index.

This commit moves them into the correct order.

Change-Id: I8ac3a4550e0feaa56a0cf400c11a4b1683377559
This commit is contained in:
David Pursehouse 2012-07-06 16:46:15 +09:00 committed by Claes Elgemark
parent 6735702d9d
commit 058abbc31a

View File

@ -15,7 +15,9 @@ Error Messages
* link:error-change-not-found.html[change ... not found]
* link:error-contains-banned-commit.html[contains banned commit ...]
* link:error-has-duplicates.html[... has duplicates]
* link:error-invalid-author.html[invalid author]
* link:error-invalid-changeid-line.html[invalid Change-Id line format in commit message]
* link:error-invalid-committer.html[invalid committer]
* link:error-missing-changeid.html[missing Change-Id in commit message]
* link:error-multiple-changeid-lines.html[multiple Change-Id lines in commit message]
* link:error-no-changes-made.html[no changes made]
@ -33,8 +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-invalid-author.html[invalid author]
* link:error-invalid-committer.html[invalid committer]
General Hints