I'm looking to pull data from Kiln, to a production server, but I'd rather not have the .hg folder in the production environment. With Subversion, I did this using svn export which works just like a checkout, except it does not create the .svn directories. Is there an equivalent in Mercurial?
As a last resort, I've set up Apache to disallow access to ^\.hg, but it seems like a much better plan to just not have the files there.