Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 11061:51d0387523c6
log: add --stat for diffstat output
log --stat shows diffstat in place of patch output.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 01 Apr 2010 00:35:12 +0900 |
parents | 5d35f7d93514 |
children | eb23c876c111 |
line wrap: on
line diff
--- 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 = [