diff --git a/doc/bugs/indeterminite_preferred_content_state_for_duplicated_file/comment_10_f57e3d77a0ee6a504fa9cb404ab7a681._comment b/doc/bugs/indeterminite_preferred_content_state_for_duplicated_file/comment_10_f57e3d77a0ee6a504fa9cb404ab7a681._comment index 657b116505..6773c32371 100644 --- a/doc/bugs/indeterminite_preferred_content_state_for_duplicated_file/comment_10_f57e3d77a0ee6a504fa9cb404ab7a681._comment +++ b/doc/bugs/indeterminite_preferred_content_state_for_duplicated_file/comment_10_f57e3d77a0ee6a504fa9cb404ab7a681._comment @@ -6,4 +6,13 @@ There must also be the same problem for required content, and that should also be fixed. Will be easy to do once the information is gathered into the keys database. + +Actually, in the drop --auto case, required content is automatically +handled correctly, because when checking preferred content it also checks +required content. + +However, drop without --auto normally honors required content, but if the +same content is used by 2 files, one required and the other not, dropping +the latter file will drop the content of the first, violating required +content settings. This seems like it ought to be fixed. """]]