Update documentation of file modification types

PolyGerrit uses 'M' for modified files and 'U' for unchanged files.

Change-Id: Ie46844b8965837a5737952a8a42e2a71191e5511
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin 2018-10-25 10:42:23 +02:00
parent a2a6eb855c
commit a3b7b6b721

View File

@ -307,7 +307,7 @@ image::images/user-review-ui-change-screen-file-list-mark-as-reviewed.png[width=
The type of a file modification is indicated by the character in front
of the file name:
- 'no character' (Modified):
- `M` or 'no character' (Modified):
+
The file existed before this change and is modified.
@ -327,6 +327,10 @@ The file is renamed.
+
The file is new and is copied from an existing file.
- `U` (Unchanged):
+
The file is unchanged and has the same content.
image::images/user-review-ui-change-screen-file-list-modification-type.png[width=800, link="images/user-review-ui-change-screen-file-list-modification-type.png"]
[[rename-or-copy]]