changeset 26181:c16f071f048e

help/config: reword allow_push to fix grammar
author timeless@mozdev.org
date Wed, 02 Sep 2015 02:05:32 -0400
parents b1caa076fc3b
children 6832ba528d1a
files mercurial/help/config.txt
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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