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

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Tue Apr 10 11:17:09 EDT 2018


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])
>          return True, ''

Maybe these three should be `byterepr()`.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3216

To: pulkit, #hg-reviewers, yuja
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list