I use this to remove a file from the repo:
hg remove <full file path>
What command can you use to do an hg remove
on all files that have been deleted locally?
By deleted locally, I mean those showing up with an !
when you do hg status
.
For adds, you can just do hg add
to add all new files (those prefixed with ?
).