D5698: wireprotov2peer: rewrite character traversal to use slices

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Sat Jan 26 02:10:01 EST 2019


yuja added a comment.


  >   +  mercurial/wireprotov2peer.py:307:
  >   +   >                 self._ui.debug(_('received %r\n') % frame)
  >   +   don't mark debug messages for translation
  >   +  mercurial/wireprotov2peer.py:513:
  >   +   >     return [True if raw[i:i+1] == b'1' else False for i in range(len(raw))]
  >   +   missing whitespace in expression
  
  Fixed these as I had to rebase the changesets.

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list