mercurial/commands.py
changeset 23298 dc4d0c7b7d94
parent 23289 ae5d0a22ee7e
child 23319 3177d710630d
--- 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 + [