Add --git to hg export
authorBrendan Cully <brendan@kublai.com>
Wed, 30 Aug 2006 10:08:56 -0700
changeset 3029 d161e6f39557
parent 3025 d9b8d28c0b94
child 3030 5a17423f88d7
Add --git to hg export
mercurial/commands.py
--- a/mercurial/commands.py	Fri Jul 28 13:46:19 2006 -0500
+++ b/mercurial/commands.py	Wed Aug 30 10:08:56 2006 -0700
@@ -2887,6 +2887,7 @@
         (export,
          [('o', 'output', '', _('print output to file with formatted name')),
           ('a', 'text', None, _('treat all files as text')),
+          ('g', 'git', None, _('use git extended diff format')),
           ('', 'switch-parent', None, _('diff against the second parent'))],
          _('hg export [-a] [-o OUTFILESPEC] REV...')),
     "debugforget|forget":