Mercurial > hg
diff hgext/convert/bzr.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 | 15d38e8fcb1e |
children | 670eb4fa1b86 |