# HG changeset patch # User timeless@mozdev.org # Date 1441173932 14400 # Node ID c16f071f048ed7ed5747a1d75ab5ebcb3133a5e9 # Parent b1caa076fc3bcef6385f72114515426af4ffbf4b help/config: reword allow_push to fix grammar diff -r b1caa076fc3b -r c16f071f048e mercurial/help/config.txt --- a/mercurial/help/config.txt Wed Sep 02 02:05:04 2015 -0400 +++ b/mercurial/help/config.txt Wed Sep 02 02:05:32 2015 -0400 @@ -1587,11 +1587,11 @@ ``allow_push`` Whether to allow pushing to the repository. If empty or not set, - push is not allowed. If the special value ``*``, any remote user can - push, including unauthenticated users. Otherwise, the remote user - must have been authenticated, and the authenticated user name must - be present in this list. The contents of the allow_push list are - examined after the deny_push list. + pushing is not allowed. If the special value ``*``, any remote + user can push, including unauthenticated users. Otherwise, the + remote user must have been authenticated, and the authenticated + user name must be present in this list. The contents of the + allow_push list are examined after the deny_push list. ``allow_read`` If the user has not already been denied repository access due to