diff mercurial/cmdutil.py @ 44342:5830efce522b

help: when possible, indicate flags implied by tweakdefaults Differential Revision: https://phab.mercurial-scm.org/D8101
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Sun, 09 Feb 2020 16:18:26 -0500
parents 142d2a4cb69a
children a0ec05d93c8e
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Sun Feb 09 15:50:36 2020 -0500
+++ b/mercurial/cmdutil.py	Sun Feb 09 16:18:26 2020 -0500
@@ -209,7 +209,7 @@
             b'p',
             b'show-function',
             None,
-            _(b'show which function each change is in'),
+            _(b'show which function each change is in (DEFAULT: diff.showfunc)'),
         ),
         (b'', b'reverse', None, _(b'produce a diff that undoes the changes')),
     ]