diff -r a5603ad915c5 -r 53e843840349 mercurial/httprepo.py --- a/mercurial/httprepo.py Thu Sep 21 21:24:53 2006 +0200 +++ b/mercurial/httprepo.py Sun Oct 01 19:26:33 2006 +0200 @@ -165,7 +165,7 @@ proxyuser, proxypasswd or ''), proxypath, proxyquery, proxyfrag)) handler = urllib2.ProxyHandler({scheme: proxyurl}) - ui.debug(_('proxying through http://%s:%s\n') % + ui.debug(_('proxying through http://%s:%s\n') % (proxyhost, proxyport)) # urllib2 takes proxy values from the environment and those