Mercurial > public > mercurial-scm > hg-stable
comparison 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 |
comparison
equal
deleted
inserted
replaced
7878:8c09952cd39a | 7879:5c4026a289a4 |
---|---|
284 - author: String. The unmodified author of the changeset. | 284 - author: String. The unmodified author of the changeset. |
285 - branches: String. The name of the branch on which the changeset | 285 - branches: String. The name of the branch on which the changeset |
286 was committed. Will be empty if the branch name was default. | 286 was committed. Will be empty if the branch name was default. |
287 - date: Date information. The date when the changeset was committed. | 287 - date: Date information. The date when the changeset was committed. |
288 - desc: String. The text of the changeset description. | 288 - desc: String. The text of the changeset description. |
289 - diffstat: String. Statistics of changes with the following format: | |
290 "modified files: +added/-removed lines" | |
289 - files: List of strings. All files modified, added, or removed by | 291 - files: List of strings. All files modified, added, or removed by |
290 this changeset. | 292 this changeset. |
291 - file_adds: List of strings. Files added by this changeset. | 293 - file_adds: List of strings. Files added by this changeset. |
292 - file_mods: List of strings. Files modified by this changeset. | 294 - file_mods: List of strings. Files modified by this changeset. |
293 - file_dels: List of strings. Files removed by this changeset. | 295 - file_dels: List of strings. Files removed by this changeset. |