mercurial/commands.py
changeset 2892 8b02af865990
parent 2886 9826af4841ef
child 2896 02e239bbd7f9
equal deleted inserted replaced
2891:453097750fbf 2892:8b02af865990
  2875         (diff,
  2875         (diff,
  2876          [('r', 'rev', [], _('revision')),
  2876          [('r', 'rev', [], _('revision')),
  2877           ('a', 'text', None, _('treat all files as text')),
  2877           ('a', 'text', None, _('treat all files as text')),
  2878           ('p', 'show-function', None,
  2878           ('p', 'show-function', None,
  2879            _('show which function each change is in')),
  2879            _('show which function each change is in')),
       
  2880           ('g', 'git', None, _('use git extended diff format')),
  2880           ('w', 'ignore-all-space', None,
  2881           ('w', 'ignore-all-space', None,
  2881            _('ignore white space when comparing lines')),
  2882            _('ignore white space when comparing lines')),
  2882           ('b', 'ignore-space-change', None,
  2883           ('b', 'ignore-space-change', None,
  2883            _('ignore changes in the amount of white space')),
  2884            _('ignore changes in the amount of white space')),
  2884           ('B', 'ignore-blank-lines', None,
  2885           ('B', 'ignore-blank-lines', None,