hg add without arguments will add all files that are not explicitly ignored. You can also use hg commit --addremove to add all unknown files (and delete all deleted files, i.e. any hg rm that hg status lists as '!') To do this automatically when committed.
Kevin source share