mercurial/commands.py
changeset 3026 d161e6f39557
parent 3017 ea2a9c13afc6
child 3065 15526271eafb
equal deleted inserted replaced
3022:d9b8d28c0b94 3026:d161e6f39557
  2885          _('hg diff [-a] [-I] [-X] [-r REV1 [-r REV2]] [FILE]...')),
  2885          _('hg diff [-a] [-I] [-X] [-r REV1 [-r REV2]] [FILE]...')),
  2886     "^export":
  2886     "^export":
  2887         (export,
  2887         (export,
  2888          [('o', 'output', '', _('print output to file with formatted name')),
  2888          [('o', 'output', '', _('print output to file with formatted name')),
  2889           ('a', 'text', None, _('treat all files as text')),
  2889           ('a', 'text', None, _('treat all files as text')),
       
  2890           ('g', 'git', None, _('use git extended diff format')),
  2890           ('', 'switch-parent', None, _('diff against the second parent'))],
  2891           ('', 'switch-parent', None, _('diff against the second parent'))],
  2891          _('hg export [-a] [-o OUTFILESPEC] REV...')),
  2892          _('hg export [-a] [-o OUTFILESPEC] REV...')),
  2892     "debugforget|forget":
  2893     "debugforget|forget":
  2893         (forget,
  2894         (forget,
  2894          [('I', 'include', [], _('include names matching the given patterns')),
  2895          [('I', 'include', [], _('include names matching the given patterns')),