Mercurial > hg
diff hgext/convert/transport.py @ 36112:6426878f7f0f
py3: use hex(hasher.digest())
.hexdigest() returns a system str. .digest() consistently returns
bytes.
Differential Revision: https://phab.mercurial-scm.org/D2159
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 11 Feb 2018 16:29:35 -0800 |
parents | ffb30661f672 |
children | 2372284d9457 |