mercurial/help.py
changeset 7879 5c4026a289a4
parent 7828 f51e2263d2aa
child 7888 206334f8aa0b
--- 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.