Is it possible to delete all untracked files from my working directory? Let's say I added a bunch of files to my working directory, didn't add them via hg add, and now want to get rid of those new files completely?
Thank you.
UPDATE:
Thank you guys for linux tips, unfortunately, I'm on windows, although I'm using PowerShell, so combined solution is also possible here.
END UPDATE.