hgweb.cgi throws a 502 (bad gateway) when pushing
问题 I've configured hgweb.cgi behind iis7 on windows server 2008. I can pull the repository just fine. However whenever I push I get a 502 bad gateway. I've found a posting which seems to indicate this is a problem with the mercurial config on the server. mercurial doesnt seem to be picking up an http proxy (fiddler) from my local machine even if its configured. Questions are: how do I 'fix' the 502 problem? failing that how do I make mercurial use the proxy so I can figure out whats going wrong?