D5698: wireprotov2peer: rewrite character traversal to use slices

Yuya Nishihara yuya at tcha.org
Sat Jan 26 02:00:28 EST 2019


>   +  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.


More information about the Mercurial-devel mailing list