Mercurial > public > mercurial-scm > hg
comparison mercurial/cmdutil.py @ 44296: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 |
comparison
equal
deleted
inserted
replaced
44295:142d2a4cb69a | 44296:5830efce522b |
---|---|
207 (b'', b'noprefix', None, _(b'omit a/ and b/ prefixes from filenames')), | 207 (b'', b'noprefix', None, _(b'omit a/ and b/ prefixes from filenames')), |
208 ( | 208 ( |
209 b'p', | 209 b'p', |
210 b'show-function', | 210 b'show-function', |
211 None, | 211 None, |
212 _(b'show which function each change is in'), | 212 _(b'show which function each change is in (DEFAULT: diff.showfunc)'), |
213 ), | 213 ), |
214 (b'', b'reverse', None, _(b'produce a diff that undoes the changes')), | 214 (b'', b'reverse', None, _(b'produce a diff that undoes the changes')), |
215 ] | 215 ] |
216 + diffwsopts | 216 + diffwsopts |
217 + [ | 217 + [ |