mercurial/helptext/config.txt
changeset 44439 edc8504bc26b
parent 44437 c85d5fd1a5d9
child 45058 d6e99a446eea
--- a/mercurial/helptext/config.txt	Mon Mar 02 15:34:51 2020 -0500
+++ b/mercurial/helptext/config.txt	Tue Feb 25 20:27:39 2020 -0500
@@ -2006,9 +2006,9 @@
     Level of allowed race condition between two pushing clients.
 
     - 'strict': push is abort if another client touched the repository
-      while the push was preparing. (default)
+      while the push was preparing.
     - 'check-related': push is only aborted if it affects head that got also
-      affected while the push was preparing.
+      affected while the push was preparing. (default since 5.4)
 
     'check-related' only takes effect for compatible clients (version
     4.3 and later). Older clients will use 'strict'.