Mercurial > hg
diff tests/test-push-r.t @ 30050:d229be12e256
py3: convert to unicode to pass into encode()
encoding.encoding is bytes, we need to pass it to encode() which accepts
unicodes in py3, so used pycomapt.sysstr() Also this can't be done using
transformer as that only transforms the string values not variables.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 07 Oct 2016 12:13:28 +0200 |
parents | f2719b387380 |
children | 24ea47037186 |