Our company has a large number of projects that have gone from VSS to Subversion, and now I'd like to move them to Mercurial. Thus far, I've gotten hgwebdir.cgi
working (Apache on Windows). At the moment I have to add allow_push = *
to the .hg/hgrc of each repo in order to push changes. Is it possible to set this option globally on the server, so that we wouldn't have to edit every repository if changes were made in the future?
I've tried hgweb.config
and Mecurial.ini
to no avail.