in mercurial what is the best way to ignore changes to a file without removing the working copy from anyone's repository
问题 I don't want this file to be removed from other developer's machines, but I don't want it tracked anymore either. It is basically a setting file, that shouldn't have been checked in in the first place. I think I have to tell the other developers to back up this file. Then I can do a remove, and add it to the .hgignore. Then they have to put the file back into their working directory. It seems like hg forget would only work for my machine, and then next time another developer does a pull it