D5722: sslutil: ensure serverhostname is bytes when formatting

2019-01-26 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf07aff7e8b5a: sslutil: ensure serverhostname is bytes when formatting (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5722?v

D5722: sslutil: ensure serverhostname is bytes when formatting

2019-01-26 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY It will likely be a str on Python 3. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5722 AFFECTED FILES mercurial/sslutil.py CHA