[PATCH 7 of 8 v2] help/config: reword allow_push to fix grammar

timeless at mozdev.org timeless at mozdev.org
Fri Sep 4 10:35:10 UTC 2015


# HG changeset patch
# User timeless at mozdev.org
# Date 1441173932 14400
#      Wed Sep 02 02:05:32 2015 -0400
# Node ID 17d89443176cf7ba9c74f84dad343b836f8b7345
# Parent  8f6ecdcd8f7c5f534f8a783f392d8699fc5c6b04
help/config: reword allow_push to fix grammar

diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
--- a/mercurial/help/config.txt
+++ b/mercurial/help/config.txt
@@ -1586,11 +1586,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



More information about the Mercurial-devel mailing list