Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 3029:d161e6f39557
Add --git to hg export
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Wed, 30 Aug 2006 10:08:56 -0700 |
parents | ea2a9c13afc6 |
children | 15526271eafb |
comparison
equal
deleted
inserted
replaced
3025:d9b8d28c0b94 | 3029: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')), |