D2269: py3: use pycompat.bytestr instead of str for converting errors to bytes

2018-02-14 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > transplant.py:314 > self.log(user, date, message, p1, p2, merge=merge) > -self.ui.write(str(inst) + '\n') > +

D2269: py3: use pycompat.bytestr instead of str for converting errors to bytes

2018-02-14 Thread pulkit (Pulkit Goyal)
pulkit 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/D2269 AFFECTED FILES hgext/transplant.py mercurial/patch.py CHANGE DETAILS diff --git