equal
deleted
inserted
replaced
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. |