If I do the status "hg" and see the following:
R flash/AC_OETags.js
this means that there is no file, but at some point it was deleted.
How do I “commit” this change so that it stops displaying when I do “hg status”?
== UPDATE ==
The answer is to commit the file. In fact, there are ~ 100 files with status R, because I deleted the entire directory tree. Does anyone know how to commit all files in a directory tree at a time?
I do not want to do only hg commit , because there are other changes.
AP257 source share