Remove all deleted files in next commit with Mercurial

Run hg addremove


hg remove --after

...is probably better (doesn't add files)

This is taken straight from the comment by tonfa in the accepted answer. I'm adding it because it was never added as a separate Answer.


Or just

hg addr

:) it is shortcut from

hg addremove