Improve Abandon docs to include implicit ACLs

Change-Id: I052ff3158388690db5b385a31b53ea8c1b5c4227
This commit is contained in:
Aaron Gable
2016-11-08 14:44:36 -08:00
parent cb2dd27456
commit b9b4ba918f

View File

@@ -442,6 +442,11 @@ This category controls whether users are allowed to abandon changes
to projects in Gerrit. It can give permission to abandon a specific
change to a given ref.
The uploader of a change, anyone granted the <<category_owner,`Owner`>>
permission at the ref or project level, and anyone granted the
<<capability_administrateServer,`Administrate Server`>>
permission can also Abandon changes.
This also grants the permission to restore a change if the user also
has link:#category_push[push permission] on the change's destination
ref.