I'd like all files under the repo's root folder except .hg/, .hgignore, .hgtags, etc. Is there a mercurial built-in or existing extension to do this?
I have implemented a non-hg script with hard-code "mercurial files", but I'd like a programmatic method of excluding the mercurial related files.
I'm trying to mirror a non-mercurial configuration management server (Starteam) by periodically deleting all files, doing a clean checkout from Starteam and then running hg addremove, then checkin.