Fri, 16 Dec 2011 19:05:59 -0600 |
Matt Mackall |
merge with stable
|
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
|
Thu, 15 Dec 2011 14:37:36 -0600 |
Matt Mackall |
merge with stable
|
Mon, 12 Dec 2011 17:10:19 +0900 |
FUJIWARA Katsunori |
icasefs: use util.normcase() instead of str.lower() or os.path.normpath()
stable
|
Tue, 15 Nov 2011 14:33:06 -0600 |
Matt Mackall |
merge with stable
|
Tue, 15 Nov 2011 14:25:11 -0600 |
Matt Mackall |
dirstate: fix case-folding identity for traditional Unix
stable
|
Mon, 07 Nov 2011 03:14:54 +0100 |
Mads Kiilerich |
windows: use umask 022 in debugstate output
|
Wed, 03 Aug 2011 16:41:14 -0500 |
Matt Mackall |
windows: fix pyflakes warning on unused imports
|
Tue, 02 Aug 2011 13:18:56 +0200 |
Adrian Buehlmann |
util: move copymode into posix.py and windows.py
|
Fri, 29 Jul 2011 00:39:27 +0200 |
Adrian Buehlmann |
windows: eliminate win32 wildcard import
|
Mon, 25 Jul 2011 16:04:44 -0500 |
Augie Fackler |
windows: use getattr instead of hasattr
|
Mon, 25 Jul 2011 15:03:02 +0300 |
Idan Kamara |
posix, windows: introduce cachestat
|
Sat, 23 Jul 2011 12:29:52 +0200 |
Adrian Buehlmann |
util: eliminate wildcard imports
|
Sat, 16 Jul 2011 15:24:28 +0300 |
Idan Kamara |
win32: assign winstdout to sys.__stdout__ as well (issue2888)
stable
|
Sun, 08 May 2011 20:35:46 +0200 |
Adrian Buehlmann |
rename util.find_exe to findexe
|
Fri, 06 May 2011 15:31:09 +0200 |
Adrian Buehlmann |
rename explain_exit to explainexit
|
Fri, 06 May 2011 15:25:35 +0200 |
Adrian Buehlmann |
rename util.set_binary to setbinary
|
Fri, 06 May 2011 15:22:31 +0200 |
Adrian Buehlmann |
rename util.set_flags to setflags
|
Fri, 06 May 2011 15:19:48 +0200 |
Adrian Buehlmann |
rename util.parse_patch_output to parsepatchoutput
|
Sat, 30 Apr 2011 13:59:14 +0200 |
Alexander Solovyov |
remove unused imports and variables
|
Sat, 23 Apr 2011 00:51:25 +0300 |
Idan Kamara |
eliminate various naked except clauses
|
Thu, 21 Apr 2011 21:16:54 +0200 |
Adrian Buehlmann |
move system_rcpath and user_rcpath to scmutil
|
Tue, 05 Apr 2011 11:55:52 +0200 |
Adrian Buehlmann |
util: move checklink() to posix.py and return False on Windows
|
Mon, 04 Apr 2011 11:41:54 +0200 |
Adrian Buehlmann |
util: move checkexec() to posix.py and return False on Windows
|
Sun, 27 Mar 2011 12:22:07 +0200 |
Adrian Buehlmann |
windows: use win32.unlink in unlinkpath()
|
Sun, 27 Mar 2011 01:17:48 +0100 |
Adrian Buehlmann |
windows: move unlink to win32.py
|
Mon, 14 Feb 2011 11:13:05 +0100 |
Adrian Buehlmann |
eliminate win32.user_rcpath_win32()
|
Mon, 14 Feb 2011 11:12:57 +0100 |
Adrian Buehlmann |
windows: eliminate system_rcpath_win32()
|
Mon, 14 Feb 2011 11:12:35 +0100 |
Adrian Buehlmann |
win32: move system_rcpath_win32() to windows.py
|
Mon, 14 Feb 2011 11:12:26 +0100 |
Adrian Buehlmann |
port win32.py to using the Python ctypes library
|
Tue, 11 Jan 2011 14:10:16 +0100 |
Adrian Buehlmann |
reintroduces util.unlink, for POSIX and Windows.
|
Tue, 11 Jan 2011 14:10:16 +0100 |
Adrian Buehlmann |
windows.rename: check OSError for EEXIST
|
Sun, 02 Jan 2011 19:34:41 +0100 |
Adrian Buehlmann |
rename util.unlink to unlinkpath
|
Mon, 27 Dec 2010 01:12:31 +0100 |
Adrian Buehlmann |
windows.rename: eliminate temp name race (issue2571)
stable
|
Wed, 22 Dec 2010 13:25:00 -0600 |
Steve Borho |
util: concentrate quoting knowledge to windows.py quotecommand()
stable
|
Sun, 10 Oct 2010 10:06:36 -0500 |
Augie Fackler |
termwidth: move to ui.ui from util
|
Fri, 27 Aug 2010 13:32:40 -0400 |
Brodie Rao |
cleanup: remove unused variables
|
Mon, 10 May 2010 21:09:48 +0200 |
Patrick Mezard |
acl: grp module is not available on windows
|
Mon, 26 Apr 2010 22:30:40 +0200 |
Patrick Mezard |
util: fix default termwidth() under Windows
stable
|
Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
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
|
Wed, 06 Jan 2010 21:11:58 +0100 |
Patrick Mezard |
Find right hg command for detached process
|
Fri, 10 Apr 2009 21:20:25 +0200 |
Patrick Mezard |
serve: add and use portable spawnvp replacement
|
Tue, 29 Dec 2009 23:59:41 -0600 |
Steve Borho |
windows: expand environment vars in find_exe
|
Sun, 11 Oct 2009 21:32:55 +0200 |
Dirkjan Ochtman |
merge with mpm
|
Sat, 10 Oct 2009 12:23:42 +0200 |
Dirkjan Ochtman |
merge with mpm
|
Fri, 09 Oct 2009 00:29:39 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 11 Oct 2009 13:54:19 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 08 Oct 2009 23:32:36 +0200 |
Patrick Mezard |
windows: fix unlink() not dropping empty tree (issue1861)
|
Wed, 07 Oct 2009 20:32:07 +0200 |
Adrian Buehlmann |
util: move rename into posix.py and windows.py
|
Wed, 16 Sep 2009 16:01:37 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 14 Sep 2009 19:53:43 -0500 |
Steve Borho |
windows: provide filename in IOError exceptions
|
Sun, 26 Jul 2009 17:25:08 +0200 |
Dan Villiom Podlaski Christiansen |
util: add realpath() for getting the 'true' path.
|
Tue, 14 Jul 2009 22:38:12 -0400 |
James Abbatiello |
Fix test-demandimport and test-trusted under Windows
|
Thu, 09 Jul 2009 21:39:19 +0900 |
Shun-ichi GOTO |
Use os.path.split() for MBCS with win32mbcs extension.
|
Thu, 25 Jun 2009 22:43:58 +0200 |
Henrik Stuart |
windows: fix use of undefined exception (issue1707)
|
Wed, 24 Jun 2009 12:03:53 +0200 |
Dirkjan Ochtman |
windows: import WinIOError from win32 module (issue1707)
|