log hgext/win32mbcs.py @ 29675:12f04946053c

age author description
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
Sun, 25 Dec 2011 20:32:48 +0900 FUJIWARA Katsunori win32mbcs: allow win32mbcs extension to be enabled on cygwin platform
Fri, 16 Dec 2011 21:09:41 +0900 FUJIWARA Katsunori i18n: use encoding.lower/upper for encoding aware case folding stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori windows: use upper() instead of lower() or os.path.normcase() stable
Wed, 06 Jul 2011 18:28:42 +0900 Shun-ichi GOTO win32mbcs: wrap two more functions to be wrapped. stable
Tue, 01 Feb 2011 07:29:11 +0000 Javi Merino win32mbcs: Fix typo in documentation stable
Fri, 19 Nov 2010 18:07:15 +0900 Shun-ichi GOTO win32mbcs: use extsetup() to wrap functions only once. stable