Skip to content
Snippets Groups Projects
Gregory Szorc's avatar
Gregory Szorc authored
patch.diffstat() returns a bytes. util.chunkbuffer() expects an
iterable of bytes. Feeding it a single bytes instance on Python 3
will iterate the characters as integers. This blows up
util.chunkbuffer.

Differential Revision: https://phab.mercurial-scm.org/D2162
c1104fe7
History
Name Last commit Last update