D3216: py3: use pycompat.bytestr() where repr in involved

2018-04-10 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > mq.py:670 > +return True, pycompat.bytestr(repr(exactpos[0])) > +return False, ' '.join([pycompat.bytestr(repr(p)) for p in pos]) >

D3216: py3: use pycompat.bytestr() where repr in involved

2018-04-10 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/D3216 AFFECTED FILES hgext/mq.py CHANGE DETAILS diff --git a/hgext/mq.py b/hgext/mq.py ---