I\'d like to make it so that every time I create a new repository, certain filters automatically get added to my .hgignore files by default.
For example, for C# proj
hg add .hgignore ?
hg add .hgignore
Perhaps you could clone from a repo that only had that file checked in. :)
Otherwise you'd have to write a small extension that did this in hg init somehow
hg init