Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 02 Mar 2018 00:00:41 +0530 | Pulkit Goyal | py3: replace str() with it's bytes equivalent in hgext/shelve.py |
Thu, 01 Mar 2018 23:59:20 +0530 | Pulkit Goyal | py3: make sure we write bytes in a file open in bytes mode |
Thu, 01 Mar 2018 23:58:21 +0530 | Pulkit Goyal | py3: add b'' prefixes in tests/test-obsolete.t |
Thu, 01 Mar 2018 23:57:16 +0530 | Pulkit Goyal | py3: add a b'' prefix in tests/test-fncache.t |
Thu, 01 Mar 2018 23:54:52 +0530 | Pulkit Goyal | py3: use pycompat.bytestr() to convert error instances to bytes |
Thu, 01 Mar 2018 23:52:30 +0530 | Pulkit Goyal | py3: listify the return value of filter() |