Accidentally, and by using a GUI as opposed to CLI, i removed every file in a project in Mercurial.
I recovered with Revert ok and lost some work, which as i have time machine i could easily get back. But is there a way of un-removing/un-deleteing such files? Trawled through the manual and googled but cannot see anything. Any plugins?
I am probably answering my own question here but the files were gone from the directory and were not in the trash to recover so i am assuming Remove is irrevocable?
p.s. i know that 'hg forget' or 'hg remove -Af' will remove without deleting from the directory but my question is to do with the error i made as opposed to cooly thinking the action through.