Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.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 | 15eb90965a00 |
children | a0ec05d93c8e |
line wrap: on
line diff
--- 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',