clarify why not to use Gerrit UI for revert of revert

Dmitri Shuralyov 2020-11-03 10:46:34 -05:00
parent 42c37a3e06
commit b893af3156

@ -49,8 +49,8 @@ You can roll back a change using the Gerrit `Revert` button.
Gerrit will generate a description for you. Gerrit will generate a description for you.
Edit the description to add the Gerrit CL number being rolled back next to or instead of the Git revision number. Edit the description to add the Gerrit CL number being rolled back next to or instead of the Git revision number.
Do not do a revert of a revert. Do not use the Gerrit UI to create a revert of a revert, as that notifies people right away.
Instead, create a new change, and in the description explain that this is a roll forward of CL NNNNNN which was rolled back by CL NNNNNN. Instead, mail it as a new change, and in the description explain that it is a roll forward of CL NNNNNN which was rolled back by CL NNNNNN.
# Other repos # Other repos