mercurial/help/config.txt
changeset 43163 5617b748aad8
parent 42936 e4803231f538
equal deleted inserted replaced
43162:3c6976b1f693 43163:5617b748aad8
   438 ``commands``
   438 ``commands``
   439 ------------
   439 ------------
   440 
   440 
   441 ``commit.post-status``
   441 ``commit.post-status``
   442     Show status of files in the working directory after successful commit.
   442     Show status of files in the working directory after successful commit.
       
   443     (default: False)
       
   444 
       
   445 ``push.require-revs``
       
   446     Require revisions to push be specified using one or more mechanisms such as
       
   447     specifying them positionally on the command line, using ``-r``, ``-b``,
       
   448     and/or ``-B`` on the command line, or using ``paths.<path>:pushrev`` in the
       
   449     configuration. If this is enabled and revisions are not specified, the
       
   450     command aborts.
   443     (default: False)
   451     (default: False)
   444 
   452 
   445 ``resolve.confirm``
   453 ``resolve.confirm``
   446     Confirm before performing action if no filename is passed.
   454     Confirm before performing action if no filename is passed.
   447     (default: False)
   455     (default: False)