diff -r d7abae94a7a0 -r dc4d0c7b7d94 mercurial/commands.py --- a/mercurial/commands.py Thu Nov 13 00:08:44 2014 -0800 +++ b/mercurial/commands.py Thu Nov 13 00:13:48 2014 -0800 @@ -141,6 +141,7 @@ ] diffopts2 = [ + ('', 'noprefix', None, _('omit a/ and b/ prefixes from filenames')), ('p', 'show-function', None, _('show which function each change is in')), ('', 'reverse', None, _('produce a diff that undoes the changes')), ] + diffwsopts + [