Possible Duplicate:
Is it possible to ignore local changes to a tracked file on a long term basis?
I have a file in my repository -- it is checked in, but in my local repository, it must be customized to my environment. However, I never never want to commit these changes, nor push them back to the central repository.
Is there any way to tell mercurial to a) not show me this file as a modified file when I do "hg status" b) not add the file to the commit list when I do "hg commit"
?