mercurial/commands.py
changeset 11061 51d0387523c6
parent 11050 5d35f7d93514
child 11063 eb23c876c111
--- a/mercurial/commands.py	Sat Apr 03 11:58:16 2010 +1100
+++ b/mercurial/commands.py	Thu Apr 01 00:35:12 2010 +0900
@@ -3462,6 +3462,7 @@
     ('g', 'git', None, _('use git extended diff format')),
     ('l', 'limit', '', _('limit number of changes displayed')),
     ('M', 'no-merges', None, _('do not show merges')),
+    ('', 'stat', None, _('output diffstat-style summary of changes')),
 ] + templateopts
 
 diffopts = [