Mercurial > hg
comparison mercurial/keepalive.py @ 32970:11c0bb4ccc76
py3: replace str with bytes in isinstance()
We were using str because on Python 2, str were bytes but now we have to use
bytes. Otherwise the if conditions fails and we have weird results from commands
on Python 3.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 20 Jun 2017 23:46:18 +0530 |
parents | d7626e85dada |
children | 9bd003052d55 |
comparison
equal
deleted
inserted
replaced
32969:30d0cb279bac | 32970:11c0bb4ccc76 |
---|