I was deleting some files, but I also deleted a modified file that I hadn't done the commit yet.
Is there any way to restore this file?
Mercurial has deleted the local file too.
I was deleting some files, but I also deleted a modified file that I hadn't done the commit yet.
Is there any way to restore this file?
Mercurial has deleted the local file too.
Unless you commit a file there's nothing to recover from. However if there file was committed at least once then you can use this to help you restore it: How can I recover a removed file in Mercurial (if at all)?