Mercurial > hg
view mercurial/cffi/base85.py @ 33719:388901a15bfa
obsolete: use bytes() instead of str() so the node is bytes on py3
I'm not sure this is right, since this should either be bytes or str
to match what's going on in the revlog layer.
Differential Revision: https://phab.mercurial-scm.org/D271
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 24 Jul 2017 10:37:39 -0400 |
parents | 0e8b0b9a7acc |
children |
line wrap: on
line source
# base85.py: pure python base85 codec # # Copyright (C) 2009 Brendan Cully <brendan@kublai.com> # # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. from __future__ import absolute_import from ..pure.base85 import *