Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Sat, 30 Nov 2019 02:59:04 -0500 |
Matt Harbison |
win32mbcs: fix a `str` type conditional for py3
stable
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Mon, 07 Oct 2019 10:58:51 -0400 |
Pierre-Yves David |
formatting: run black on all file again
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 14:58:42 -0400 |
Gregory Szorc |
py3: manually import pycompat.setattr where it is needed
|
Sun, 06 Oct 2019 10:51:16 -0400 |
Augie Fackler |
cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Wed, 13 Jun 2018 22:51:08 +0530 |
Pulkit Goyal |
py3: replace `unicode` with pycompat.unicode
|
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
|
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
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Mon, 14 Dec 2009 00:26:28 +0100 |
Martin Geisler |
win32mbcs: fix typos and reST syntax
|
Mon, 07 Dec 2009 19:18:03 +0900 |
Shun-ichi GOTO |
win32mbcs: Add configuration to specify path encoding
|
Thu, 08 Oct 2009 01:16:32 -0500 |
Matt Mackall |
Merge with i18n
|
Wed, 30 Sep 2009 21:14:24 +0200 |
Martin Geisler |
Merge with hg-i18n-stable
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Fri, 18 Sep 2009 17:37:51 +0200 |
Martin Geisler |
Merge with crew-stable (again)
|
Fri, 18 Sep 2009 21:25:47 +0900 |
Shun-ichi GOTO |
win32mbcs: util.normpath should be wrapped.
|
Fri, 18 Sep 2009 21:25:47 +0900 |
Shun-ichi GOTO |
win32mbcs: util.normpath should be wrapped.
|
Sun, 13 Sep 2009 17:53:09 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 09 Sep 2009 18:38:39 +0900 |
Shun-ichi GOTO |
win32mbcs: wrap util.pconvert, not windows.pconvert (issue1828)
|
Mon, 24 Aug 2009 21:00:34 +0200 |
Nicolas Dumazet |
use 'x in dict' instead of 'dict.has_key(x)'
|
Sun, 26 Jul 2009 02:03:00 +0200 |
Martin Geisler |
win32mbcs: wrap docstrings at 70 characters
|
Thu, 23 Jul 2009 00:25:54 +0200 |
Martin Geisler |
win32mbcs: fix formatting of lists with proper reST markup
|
Thu, 16 Jul 2009 15:40:13 -0500 |
Matt Mackall |
Merge with stable
|
Fri, 10 Jul 2009 19:34:08 +0900 |
Shun-ichi GOTO |
win32mbcs: add special wrapper for osutil.listdir().
|
Fri, 10 Jul 2009 15:52:01 +0900 |
Shun-ichi GOTO |
win32mbcs: wrapper supports keyword arguments and dict result.
|
Thu, 09 Jul 2009 19:49:02 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 09 Jul 2009 22:06:30 +0900 |
Shun-ichi GOTO |
win32mbcs: also wrap windows.pconvert()
|
Wed, 08 Jul 2009 09:48:48 -0400 |
Brodie Rao |
win32mbcs: look up modules using sys.modules (issue1729)
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
win32mbcs: wrapped docstrings at 78 characters
|