Overview
The FileChange type holds information about a change to a single file as part of a larger changelist.
Properties
| Property |
Type |
Description |
| file |
string |
The path of the file that was changed. |
| revision |
string |
The revision of the file. |
| action |
string |
The change to the file, one of add, branch, delete, edit, integrate, merge, move, unknown. |