Submitter | phabricator |
---|---|
Date | March 1, 2018, 1:40 p.m. |
Message ID | <16d83d70accda403f24dc7d6fca83948@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28547/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -2258,6 +2258,7 @@ ui.warn(_('HTTP error fetching bundle: %s\n') % util.forcebytestr(e)) except urlerr.urlerror as e: - ui.warn(_('error fetching bundle: %s\n') % e.reason) + ui.warn(_('error fetching bundle: %s\n') % + util.forcebytestr(e.reason)) return False