mercurial/commands.py
changeset 3193 367a009c2acb
parent 3192 096f1c73cdc3
child 3204 a7377a238cec
equal deleted inserted replaced
3192:096f1c73cdc3 3193:367a009c2acb
  2850          [('r', 'rev', [], _('revision')),
  2850          [('r', 'rev', [], _('revision')),
  2851           ('a', 'text', None, _('treat all files as text')),
  2851           ('a', 'text', None, _('treat all files as text')),
  2852           ('p', 'show-function', None,
  2852           ('p', 'show-function', None,
  2853            _('show which function each change is in')),
  2853            _('show which function each change is in')),
  2854           ('g', 'git', None, _('use git extended diff format')),
  2854           ('g', 'git', None, _('use git extended diff format')),
  2855           ('D', 'nodates', None, _("don't include dates in diff headers")),
  2855           ('', 'nodates', None, _("don't include dates in diff headers")),
  2856           ('w', 'ignore-all-space', None,
  2856           ('w', 'ignore-all-space', None,
  2857            _('ignore white space when comparing lines')),
  2857            _('ignore white space when comparing lines')),
  2858           ('b', 'ignore-space-change', None,
  2858           ('b', 'ignore-space-change', None,
  2859            _('ignore changes in the amount of white space')),
  2859            _('ignore changes in the amount of white space')),
  2860           ('B', 'ignore-blank-lines', None,
  2860           ('B', 'ignore-blank-lines', None,
  2864     "^export":
  2864     "^export":
  2865         (export,
  2865         (export,
  2866          [('o', 'output', '', _('print output to file with formatted name')),
  2866          [('o', 'output', '', _('print output to file with formatted name')),
  2867           ('a', 'text', None, _('treat all files as text')),
  2867           ('a', 'text', None, _('treat all files as text')),
  2868           ('g', 'git', None, _('use git extended diff format')),
  2868           ('g', 'git', None, _('use git extended diff format')),
  2869           ('D', 'nodates', None, _("don't include dates in diff headers")),
  2869           ('', 'nodates', None, _("don't include dates in diff headers")),
  2870           ('', 'switch-parent', None, _('diff against the second parent'))],
  2870           ('', 'switch-parent', None, _('diff against the second parent'))],
  2871          _('hg export [-a] [-o OUTFILESPEC] REV...')),
  2871          _('hg export [-a] [-o OUTFILESPEC] REV...')),
  2872     "debugforget|forget":
  2872     "debugforget|forget":
  2873         (forget, walkopts, _('hg forget [OPTION]... FILE...')),
  2873         (forget, walkopts, _('hg forget [OPTION]... FILE...')),
  2874     "grep":
  2874     "grep":