diff mercurial/help.py @ 7879:5c4026a289a4

templater: ability to display diffstat for log-like commands
author Alexander Solovyov <piranha at piranha.org.ua>
date Mon, 23 Mar 2009 10:41:42 +0100
parents f51e2263d2aa
children 206334f8aa0b
line wrap: on
line diff
--- a/mercurial/help.py	Mon Mar 23 13:15:57 2009 +0100
+++ b/mercurial/help.py	Mon Mar 23 10:41:42 2009 +0100
@@ -286,6 +286,8 @@
           was committed. Will be empty if the branch name was default.
     - date: Date information. The date when the changeset was committed.
     - desc: String. The text of the changeset description.
+    - diffstat: String. Statistics of changes with the following format:
+          "modified files: +added/-removed lines"
     - files: List of strings. All files modified, added, or removed by
           this changeset.
     - file_adds: List of strings. Files added by this changeset.