Wed, 20 Feb 2008 21:31:42 +0100 |
Stefan Rank |
Also search for .hgrc if mercurial.ini not found on windows
|
Sun, 03 Feb 2008 23:08:16 -0800 |
Lee Cantey |
util_win32: add missing valname param to query_val function
|
Sun, 03 Feb 2008 19:29:05 -0600 |
Matt Mackall |
merge: add registry look up bits to tool search
|
Thu, 31 Jan 2008 14:44:00 -0600 |
Matt Mackall |
Merge with -stable
|
Wed, 30 Jan 2008 17:30:34 -0600 |
Matt Mackall |
win32: remove excessive flushing
|
Sat, 19 Jan 2008 13:19:27 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Fri, 18 Jan 2008 23:56:51 +0100 |
Patrick Mezard |
util_win32: make os_link more robust (issue 761)
|
Fri, 11 Jan 2008 16:51:54 -0800 |
Bryan O'Sullivan |
Merge with mpm
|
Fri, 11 Jan 2008 21:20:27 +0100 |
Patrick Mezard |
util_win32: implement posixfile_nt.writelines()
|
Fri, 11 Jan 2008 14:06:05 -0600 |
Matt Mackall |
posixfile_nt: set closed early
|
Wed, 05 Dec 2007 22:57:35 -0600 |
Steve Borho |
win32: favor local mercurial.ini over registry key
|
Tue, 04 Dec 2007 23:28:10 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 04 Dec 2007 23:10:13 +0100 |
Patrick Mezard |
utils_win32: calling SHGetPathFromIDList under NT is useless and broken
|
Sun, 02 Dec 2007 17:15:03 +0100 |
Steve Borho |
win32: read system rcpath from registry
|
Wed, 25 Jul 2007 15:58:10 +0900 |
Shun-ichi GOTO |
posixfile_nt: '+' should allow read access.
|
Tue, 17 Jul 2007 23:33:42 +0200 |
Patrick Mezard |
posixfile_nt: '+' was understood as read mode instead of update.
|
Tue, 26 Jun 2007 10:48:58 -0400 |
Nathan Jones |
Fix serve on Windows without win32* modules.
|
Thu, 21 Jun 2007 21:58:18 +0200 |
Marcos Chaves |
Handle CTRL+C in serve under Windows.
|
Sun, 06 May 2007 16:40:53 +0200 |
Patrick Mezard |
Move win32 find_in_files from util_win32 to util.
|
Sat, 28 Apr 2007 11:43:31 +0200 |
Patrick Mezard |
Fix find_in_path not including some file extension logic under win32.
|
Fri, 16 Feb 2007 05:53:03 -0200 |
Alexis S. L. Carvalho |
util_win32.py: fix user_rcpath
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Tue, 28 Nov 2006 21:16:05 +0100 |
Benoit Boissinot |
only print a warning when no username is specified
|
Wed, 18 Oct 2006 22:24:03 +0200 |
Benoit Boissinot |
makes username mandatory
|
Mon, 24 Jul 2006 09:11:26 -0700 |
Vadim Gelfer |
fix windows username problem.
|
Fri, 16 Jun 2006 12:58:24 -0700 |
Vadim Gelfer |
replace os.stat with os.lstat in some where.
|
Fri, 19 May 2006 06:10:59 +0200 |
Thomas Arendsen Hein |
Fixed typo (qshell instead of shell) in win98 code (see issue244).
|
Sun, 14 May 2006 23:49:31 -0700 |
Volker Kleinfeld |
win98: fall back to win32api.GetModuleFileName if needed.
|
Sun, 14 May 2006 23:44:50 -0700 |
Volker Kleinfeld |
On win98 os.path.expanuser('~') does not result in a useable directory.
|
Wed, 10 May 2006 11:10:18 -0700 |
Vadim Gelfer |
windows: revlog.lazyparser not always safe to use.
|
Wed, 10 May 2006 11:53:56 +0200 |
Christian Boos |
The posixfile implemented using the win32 API should be iterable.
|
Tue, 02 May 2006 14:30:00 -0700 |
Vadim Gelfer |
fix file handling bugs on windows.
|
Tue, 25 Apr 2006 08:37:05 -0700 |
Vadim Gelfer |
fix issue 217.
|
Sat, 08 Apr 2006 14:12:43 -0700 |
Vadim Gelfer |
fix exception handling on windows.
|