3fc69ca36a4fc05a00edfc4ea1b8ecff809fe85e
Users can still upload a new patch set by explicitly pushing a commit to a change by specifying it as target ref. E.g.: git push origin HEAD:refs/changes/711 If the specified change belongs to another project, Gerrit rejects the push with the error message "change ... not found". This error message is incorrect since the change actually exists in Gerrit. This change now provides a better error message for this case: "change ... does not belong to project ...". In addition it adds a documentation page that explains this error. Change-Id: I806acba774f8a1c6c0a6439e92314993f0ab4289 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
Description
RETIRED, Gerrit as used by OpenStack