Mercurial > hg
diff mercurial/graphmod.py @ 39039:952bf3c948f0
mail: be more cautious about bytes vs str for py3 compat
It's suboptimal that we get a bytes on 2 and a unicode on 3, but it's
easy to work with and I'm disinclined to change anything unless we
start using some sort of type inferencer.
Differential Revision: https://phab.mercurial-scm.org/D4233
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 09 Aug 2018 21:58:43 -0400 |
parents | e7aa113b14f7 |
children | 3c4b2e880273 |