mercurial/commands.py
changeset 6467 65029a3aafc2
parent 6438 a60b711c7ac4
child 6468 af2edc9c5bb9
child 6620 4f3e0dfa24a9
equal deleted inserted replaced
6459:8189e03adb44 6467:65029a3aafc2
  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,