mercurial/cmdutil.py
changeset 44296 5830efce522b
parent 44295 142d2a4cb69a
child 44306 a0ec05d93c8e
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     + [