Mercurial > hg
log mercurial/__init__.py @ 32160:906da89821ce
age | author | description |
---|---|---|
Fri, 07 Apr 2017 23:35:51 +0530 | Pulkit Goyal | py3: add pycompat.unicode and add it to importer |
Mon, 13 Mar 2017 08:44:57 -0700 | Yuya Nishihara | py3: rewrite itervalues() as values() by importer |
Mon, 13 Mar 2017 04:06:36 +0900 | FUJIWARA Katsunori | py3: add "b" prefix to string literals related to module policy |
Wed, 08 Mar 2017 18:11:19 -0500 | Augie Fackler | init: zstd is already python3-ready, so don't run it through our importer |
Fri, 03 Mar 2017 15:30:48 +0530 | Pulkit Goyal | py3: drop unrequired code from __init__.py |
Fri, 03 Mar 2017 13:04:32 +0530 | Pulkit Goyal | py3: add pycompat.open and replace open() calls |
Thu, 13 Oct 2016 09:27:37 +0100 | Martijn Pieters | py3: use namedtuple._replace to produce new tokens |