Submitter | phabricator |
---|---|
Date | April 13, 2018, 10:23 p.m. |
Message ID | <53fa96a27c7ea1b4691240b2fbbc1663@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30950/ |
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 @@ -2291,7 +2291,7 @@ continue except error.InvalidBundleSpecification as e: - repo.ui.debug(str(e) + '\n') + repo.ui.debug(stringutil.forcebytestr(e) + '\n') continue except error.UnsupportedBundleSpecification as e: repo.ui.debug('filtering %s because unsupported bundle '