# HG changeset patch # User Valentin Gatien-Baron # Date 1581283106 18000 # Node ID 5830efce522b9046357ee930fcf2b68c25fbc647 # Parent 142d2a4cb69a5bb72f4e508c0973ec9d4e206de6 help: when possible, indicate flags implied by tweakdefaults Differential Revision: https://phab.mercurial-scm.org/D8101 diff -r 142d2a4cb69a -r 5830efce522b mercurial/cmdutil.py --- 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')), ] diff -r 142d2a4cb69a -r 5830efce522b mercurial/commands.py --- a/mercurial/commands.py Sun Feb 09 15:50:36 2020 -0500 +++ b/mercurial/commands.py Sun Feb 09 16:18:26 2020 -0500 @@ -6646,7 +6646,7 @@ (b'i', b'ignored', None, _(b'show only ignored files')), (b'n', b'no-status', None, _(b'hide status prefix')), (b't', b'terse', _NOTTERSE, _(b'show the terse output (EXPERIMENTAL)')), - (b'C', b'copies', None, _(b'show source of copied files')), + (b'C', b'copies', None, _(b'show source of copied files (DEFAULT: ui.statuscopies)')), ( b'0', b'print0',