mercurial/cmdutil.py
changeset 44295 142d2a4cb69a
parent 44271 c791ed6a2154
child 44296 5830efce522b
--- a/mercurial/cmdutil.py	Sat Feb 08 23:39:55 2020 -0500
+++ b/mercurial/cmdutil.py	Sun Feb 09 15:50:36 2020 -0500
@@ -170,7 +170,7 @@
 
 diffopts = [
     (b'a', b'text', None, _(b'treat all files as text')),
-    (b'g', b'git', None, _(b'use git extended diff format')),
+    (b'g', b'git', None, _(b'use git extended diff format (DEFAULT: diff.git)')),
     (b'', b'binary', None, _(b'generate binary diffs in git mode (default)')),
     (b'', b'nodates', None, _(b'omit dates from diff headers')),
 ]