log hgext/win32mbcs.py @ 34784:123a68e6b473

age author description
Thu, 12 Oct 2017 23:30:46 -0700 Jun Wu codemod: use pycompat.iswindows
Fri, 30 Jun 2017 03:45:54 +0200 Boris Feld configitems: register the 'win32mbcs.encoding' config
Sat, 03 Jun 2017 16:33:28 -0400 Augie Fackler merge with stable
Wed, 31 May 2017 23:44:33 +0900 FUJIWARA Katsunori win32mbcs: avoid unintentional failure at colorization stable
Fri, 12 May 2017 11:20:25 -0700 Martin von Zweigbergk merge with stable
Wed, 26 Apr 2017 22:26:28 +0900 Yuya Nishihara osutil: proxy through util (and platform) modules (API)
Fri, 12 May 2017 21:46:14 +0900 FUJIWARA Katsunori win32mbcs: wrap underlying pycompat.bytestr to use checkwinfilename safely stable
Mon, 19 Dec 2016 02:26:41 +0530 Pulkit Goyal py3: replace sys.platform with pycompat.sysplatform (part 2 of 2)
Mon, 19 Dec 2016 00:28:12 +0530 Pulkit Goyal py3: replace os.name with pycompat.osname (part 2 of 2)
Sat, 17 Dec 2016 20:24:46 +0530 Pulkit Goyal py3: replace os.sep with pycompat.ossep (part 4 of 4)
Mon, 21 Nov 2016 17:48:13 -0500 Augie Fackler win32mbcs: drop code that was catering to Python 2.3 and earlier
Tue, 30 Aug 2016 09:22:53 -0700 Martin von Zweigbergk util: rename checkcase() to fscasesensitive() (API)
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: detect "missing _() in ui message" more exactly
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules