Document when 'U' for unchanged files is used in file list on change screen

Change-Id: I2acb6206e8a8d06663ac80e0916a36efd516fa5b
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin 2018-11-06 09:30:08 +01:00
parent e8590de875
commit 89151b05e9

View File

@ -329,7 +329,9 @@ The file is new and is copied from an existing file.
- `U` (Unchanged):
+
The file is unchanged and has the same content.
The file is unchanged and has the same content. Unchanged files only
appear in the file list if 2 patch sets are compared and the file has
comments one of the sides. Otherwise unchanged files are filtered out.
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"]