Mercurial > hg
log mercurial/i18n.py @ 38312:79dd61a4554f
age | author | description |
---|---|---|
Wed, 13 Jun 2018 22:51:08 +0530 | Pulkit Goyal | py3: replace `unicode` with pycompat.unicode |
Sat, 10 Mar 2018 15:57:16 +0900 | Yuya Nishihara | py3: use r'' instead of sysstr('') to get around code transformer |
Sat, 03 Mar 2018 19:12:47 -0500 | Yuya Nishihara | py3: make gettext domain a system string |
Fri, 13 Oct 2017 21:36:10 +0900 | Yuya Nishihara | i18n: cache translated messages per encoding |
Thu, 12 Oct 2017 23:30:46 -0700 | Jun Wu | codemod: use pycompat.iswindows |
Mon, 20 Feb 2017 18:40:42 +0530 | Pulkit Goyal | py3: use pycompat.fsencode() to convert __file__ to bytes |
Tue, 20 Dec 2016 00:20:07 +0530 | Pulkit Goyal | py3: replace sys.executable with pycompat.sysexecutable |