61698b14e0
We previous use the section title style like: Section level 1 =============== Section level 2 --------------- Which have a problem in Asciidoctor that the number of "="s or "-"s must match the number of characters in the header exactly, as a result it's easy to make mistakes while changing the titles. Asciidoctor provides a better style like: = Section level 1 == Section level 2 So we switched to this style. Also fixed a bug in replace_macros.py, which will not cause any problem in the old style. Change-Id: I811dd7238735d98f662767c17086152cd69aea02
19 lines
616 B
Plaintext
19 lines
616 B
Plaintext
= change ... does not belong to project ...
|
|
|
|
With this error message Gerrit rejects to push a commit to a change
|
|
that belongs to another project.
|
|
|
|
This error message means that the user explicitly pushed a commit to
|
|
a change that belongs to another project by specifying it as target
|
|
ref. This way of adding a new patch set to a change is deprecated as
|
|
explained link:user-upload.html#manual_replacement_mapping[here]. It is recommended to only rely on Change-IDs for
|
|
link:user-upload.html#push_replace[replacing changes].
|
|
|
|
|
|
GERRIT
|
|
------
|
|
Part of link:error-messages.html[Gerrit Error Messages]
|
|
|
|
SEARCHBOX
|
|
---------
|