##// END OF EJS Templates
Add --git to hg export
Brendan Cully -
r3029:d161e6f3 default
parent child Browse files
Show More
@@ -2887,6 +2887,7 b' table = {'
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":
General Comments 0
You need to be logged in to leave comments. Login now