Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 29 Dec 2017 05:29:04 +0530 | Pulkit Goyal | py3: use pycompat.bytestr() instead of str() |
Fri, 29 Dec 2017 05:28:05 +0530 | Pulkit Goyal | py3: make regular expressions bytes by prepending b'' |
Fri, 29 Dec 2017 05:27:00 +0530 | Pulkit Goyal | py3: slice on bytes instead of indexing |
Fri, 29 Dec 2017 05:25:27 +0530 | Pulkit Goyal | py3: use node.hex(h.digest()) instead of h.hexdigest() |
Fri, 29 Dec 2017 05:22:06 +0530 | Pulkit Goyal | tests: make autodiff.py work on Python 3 |
Fri, 29 Dec 2017 03:32:04 +0530 | Pulkit Goyal | py3: use pycompat.ziplist instead of inbuilt zip |
Fri, 29 Dec 2017 05:35:57 +0530 | Pulkit Goyal | py3: use bytes and open() instead of file() in test-diff-upgrade.t |