##// END OF EJS Templates
help/config: reword allow_push to fix grammar
timeless@mozdev.org -
r26181:c16f071f default
parent child Browse files
Show More
@@ -1587,11 +1587,11 b' The full set of options is:'
1587
1587
1588 ``allow_push``
1588 ``allow_push``
1589 Whether to allow pushing to the repository. If empty or not set,
1589 Whether to allow pushing to the repository. If empty or not set,
1590 push is not allowed. If the special value ``*``, any remote user can
1590 pushing is not allowed. If the special value ``*``, any remote
1591 push, including unauthenticated users. Otherwise, the remote user
1591 user can push, including unauthenticated users. Otherwise, the
1592 must have been authenticated, and the authenticated user name must
1592 remote user must have been authenticated, and the authenticated
1593 be present in this list. The contents of the allow_push list are
1593 user name must be present in this list. The contents of the
1594 examined after the deny_push list.
1594 allow_push list are examined after the deny_push list.
1595
1595
1596 ``allow_read``
1596 ``allow_read``
1597 If the user has not already been denied repository access due to
1597 If the user has not already been denied repository access due to
General Comments 0
You need to be logged in to leave comments. Login now