D2292: scmutil: bytes-ify IOErrors before wrapping them in abort message

2018-02-17 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG2b00dda6dad9: scmutil: bytes-ify IOErrors before wrapping them in abort message (authored by durin42, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D2292?vs=5813=5815#toc

D2292: scmutil: bytes-ify IOErrors before wrapping them in abort message

2018-02-17 Thread durin42 (Augie Fackler)
durin42 updated this revision to Diff 5813. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2292?vs=5797=5813 REVISION DETAIL https://phab.mercurial-scm.org/D2292 AFFECTED FILES mercurial/scmutil.py CHANGE DETAILS diff --git a/mercurial/scmutil.py

D2292: scmutil: bytes-ify IOErrors before wrapping them in abort message

2018-02-17 Thread pulkit (Pulkit Goyal)
pulkit added a comment. It's recommended using `util.forcebytestr()` to convert error messages to bytes. https://phab.mercurial-scm.org/D2269#inline-5791 REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2292 To: durin42, #hg-reviewers Cc: pulkit, mercurial-devel

D2292: scmutil: bytes-ify IOErrors before wrapping them in abort message

2018-02-16 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2292 AFFECTED FILES mercurial/scmutil.py CHANGE DETAILS diff --git a/mercurial/scmutil.py