equal
deleted
inserted
replaced
3026 _('ignore white space when comparing lines')), |
3026 _('ignore white space when comparing lines')), |
3027 ('b', 'ignore-space-change', None, |
3027 ('b', 'ignore-space-change', None, |
3028 _('ignore changes in the amount of white space')), |
3028 _('ignore changes in the amount of white space')), |
3029 ('B', 'ignore-blank-lines', None, |
3029 ('B', 'ignore-blank-lines', None, |
3030 _('ignore changes whose lines are all blank')), |
3030 _('ignore changes whose lines are all blank')), |
3031 ('U', 'unified', 3, |
3031 ('U', 'unified', '', |
3032 _('number of lines of context to show')) |
3032 _('number of lines of context to show')) |
3033 ] + walkopts, |
3033 ] + walkopts, |
3034 _('hg diff [OPTION]... [-r REV1 [-r REV2]] [FILE]...')), |
3034 _('hg diff [OPTION]... [-r REV1 [-r REV2]] [FILE]...')), |
3035 "^export": |
3035 "^export": |
3036 (export, |
3036 (export, |