diff -r 00736cd2702a -r cce63ef1045b mercurial/httprepo.py --- a/mercurial/httprepo.py Sun Apr 26 16:50:44 2009 -0500 +++ b/mercurial/httprepo.py Sun Apr 26 16:50:44 2009 -0500 @@ -82,7 +82,7 @@ raise except httplib.HTTPException, inst: self.ui.debug(_('http error while sending %s command\n') % cmd) - self.ui.print_exc() + self.ui.traceback() raise IOError(None, inst) except IndexError: # this only happens with Python 2.3, later versions raise URLError