Currently there is a warning message if a file already exists, but there is no warning that no change would be made to the file, or if it identical to an older version.
Warnings such as 'no-change' and 'duplicate-of-old-version' would be more specific than just 'exists' and would allow api users to make more informed decisions about whether they want to replace the current file, since they will know they aren't uploading the same exact file multiple times and cluttering the file's history, without needing to check md5s or similar in each bot script they write that uploads files.