changeset 44410:c85d5fd1a5d9

help: clarify behavior of server.concurrent-push-mode So it doesn't seemingly say that old clients cannot talk to server configured with concurrent-push-mode=check-related. They can, they just don't get the benefit. Differential Revision: https://phab.mercurial-scm.org/D8201
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Sun, 01 Mar 2020 21:16:45 -0500
parents f935b680860d
children 1e508097f570
files mercurial/helptext/config.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/helptext/config.txt	Fri Feb 28 10:30:18 2020 -0800
+++ b/mercurial/helptext/config.txt	Sun Mar 01 21:16:45 2020 -0500
@@ -2010,8 +2010,8 @@
     - 'check-related': push is only aborted if it affects head that got also
       affected while the push was preparing.
 
-    This requires compatible client (version 4.3 and later). Old client will
-    use 'strict'.
+    'check-related' only takes effect for compatible clients (version
+    4.3 and later). Older clients will use 'strict'.
 
 ``validate``
     Whether to validate the completeness of pushed changesets by