equal
deleted
inserted
replaced
139 ('B', 'ignore-blank-lines', None, |
139 ('B', 'ignore-blank-lines', None, |
140 _('ignore changes whose lines are all blank')), |
140 _('ignore changes whose lines are all blank')), |
141 ] |
141 ] |
142 |
142 |
143 diffopts2 = [ |
143 diffopts2 = [ |
|
144 ('', 'noprefix', None, _('omit a/ and b/ prefixes from filenames')), |
144 ('p', 'show-function', None, _('show which function each change is in')), |
145 ('p', 'show-function', None, _('show which function each change is in')), |
145 ('', 'reverse', None, _('produce a diff that undoes the changes')), |
146 ('', 'reverse', None, _('produce a diff that undoes the changes')), |
146 ] + diffwsopts + [ |
147 ] + diffwsopts + [ |
147 ('U', 'unified', '', |
148 ('U', 'unified', '', |
148 _('number of lines of context to show'), _('NUM')), |
149 _('number of lines of context to show'), _('NUM')), |