How to set up TortoiseHG with Fiddler2 as proxy server?
I want to watch TortoiseHG's web requests t开发者_C百科o a Mercurial server, but I can't seem to configure it correctly so that I can see the activity from Fiddler. Here's what I've done:
Start Fiddler
TortoiseHg -> Global Settings -> Proxy Host: 127.0.0.1:8888 (I confirmed within Fiddler that this is correct)TortoiseHg -> Synchronize
Pull, preview incoming changesNothing shows up in Fiddler. Shouldn't I be seeing the requests and responses?
I'm running Windows 7 if that's any help.
精彩评论