I have a mercurial repository. I removed a folder that contained a lot of subfolders and files from it and made a commit.
Now, when I try to to add a folder that has the same name that also contains huge amount of files and subfolders, mercurial doesn't see these new files.
I tried hg add folder_name, hg add folder_name/ and even hg add folder_name/* but hg status displays nothing after that.
What is wrong?
UPD: I tried to add a new folder with a different name withoud deleting the old one: hg add service/resources/skels/0.92/* but that didn't add files that are in subfolders of 0.92 folder.