I version managed the project settings folder a couple of months ago in my default branch, and then over time created many branches with the default. Now I decided that I would prefer not to control the version of the project settings folder, since there are a lot of problems when switching between branches.
So, I have hg forget this project settings folder, which allows me to store files on my local machine, but deletes them due to mercury. However, when switching from one of the old branches that still have this folder, returning to the default branch, it actually deletes the files from the local machine, which is bad.
How to prevent this?
Now the folder is also in .hgignore by default.
source share