log hgext/win32mbcs.py @ 30642:e995f00a9e9a

age author description
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
Wed, 02 Mar 2016 21:50:35 +0000 timeless win32mbcs: use absolute_import
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Thu, 04 Jul 2013 23:05:59 +0900 Shun-ichi GOTO win32mbcs: wrap util.split()
Wed, 17 Oct 2012 18:09:00 +0900 Shun-ichi GOTO win32mbcs: add reversing wrapper for some unicode-incompatible functions.
Mon, 27 Aug 2012 23:14:27 +0200 Mads Kiilerich avoid using abbreviations that look like spelling errors
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such