Skip to content

Commit

Permalink
Document a use-case of PatchSetLock
Browse files Browse the repository at this point in the history
Change-Id: Ic44bdc4ee27cd868a4077c7ea38226dd29dad8df
  • Loading branch information
hanwen committed Aug 7, 2018
1 parent 7ddd805 commit 159f03b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/config-labels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ determining whether a change is submittable.
The `PatchSetLock` function provides a locking mechanism for patch
sets. This function's values are not considered when determining
whether a change is submittable. When set, no new patchsets can be
created and rebase and abandon are blocked.
created and rebase and abandon are blocked. This is useful to prevent
updates to a change while (potentially expensive) CI
validation is running.
+
This function is designed to allow overlapping locks, so several lock
accounts could lock the same change.
Expand Down

0 comments on commit 159f03b

Please sign in to comment.