mercurial/commands.py
changeset 2907 8b02af865990
parent 2901 9826af4841ef
child 2911 02e239bbd7f9
--- a/mercurial/commands.py	Mon Aug 14 15:51:35 2006 -0700
+++ b/mercurial/commands.py	Mon Aug 14 22:48:03 2006 -0700
@@ -2877,6 +2877,7 @@
           ('a', 'text', None, _('treat all files as text')),
           ('p', 'show-function', None,
            _('show which function each change is in')),
+          ('g', 'git', None, _('use git extended diff format')),
           ('w', 'ignore-all-space', None,
            _('ignore white space when comparing lines')),
           ('b', 'ignore-space-change', None,