# HG changeset patch # User Brendan Cully # Date 2006-08-30 17:08:56 # Node ID d161e6f395574c7c6b63a30388305cf48fad829a # Parent d9b8d28c0b9458d3059acbbdf1bcbc5c330ea2fd Add --git to hg export diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2887,6 +2887,7 @@ table = { (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":