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)
|
Wed, 10 Jun 2009 15:10:21 +0200 |
Benoit Boissinot |
use new style classes
|
Tue, 09 Jun 2009 09:25:17 -0400 |
timeless |
Generally replace "file name" with "filename" in help and comments.
|
Sat, 30 May 2009 23:42:35 +0200 |
Martin Geisler |
posix: do not use fstat in isowner
|
Sun, 24 May 2009 16:38:29 -0500 |
Matt Mackall |
cmdutils: Take over glob expansion duties from util
|
Sat, 23 May 2009 19:57:25 +0200 |
Henrik Stuart |
windows: make openhardlinks work
|
Wed, 13 May 2009 21:36:16 +0200 |
Sune Foldager |
posixfile: remove posixfile_nt and fix import bug in windows.py
|
Tue, 12 May 2009 15:50:44 +0200 |
Henrik Stuart |
windows: avoid deleting non-empty reparse points
|
Fri, 08 May 2009 15:52:26 -0700 |
Bryan O'Sullivan |
Windows: improve performance via buffered I/O
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:13:08 +0200 |
Martin Geisler |
put license and copyright info into comment blocks
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Fri, 03 Apr 2009 14:52:03 -0500 |
Matt Mackall |
windows: get Abort from error
|
Thu, 02 Apr 2009 18:04:42 +0200 |
Martin Geisler |
windows: break import cycle with util
|
Thu, 02 Apr 2009 17:09:17 +0200 |
Sune Foldager |
windows: fix missing import of util.Abort
|
Thu, 02 Apr 2009 16:49:34 +0200 |
Sune Foldager |
windows: fix import of win32.py (was util_win32.py)
|
Thu, 26 Mar 2009 23:02:21 -0500 |
Steve Borho |
windows: add various missing import
|
Thu, 26 Mar 2009 22:07:01 -0500 |
Steve Borho |
windows: hoist expand_glob() back into util.py
|
Thu, 26 Mar 2009 13:54:44 -0500 |
Matt Mackall |
util: split out posix, windows, and win32 modules
|