mercurial/help/config.txt
changeset 43163 5617b748aad8
parent 42932 e4803231f538
--- a/mercurial/help/config.txt	Thu Oct 10 11:33:33 2019 +0200
+++ b/mercurial/help/config.txt	Sat Oct 05 13:39:35 2019 -0700
@@ -442,6 +442,14 @@
     Show status of files in the working directory after successful commit.
     (default: False)
 
+``push.require-revs``
+    Require revisions to push be specified using one or more mechanisms such as
+    specifying them positionally on the command line, using ``-r``, ``-b``,
+    and/or ``-B`` on the command line, or using ``paths.<path>:pushrev`` in the
+    configuration. If this is enabled and revisions are not specified, the
+    command aborts.
+    (default: False)
+
 ``resolve.confirm``
     Confirm before performing action if no filename is passed.
     (default: False)