log mercurial/win32.py @ 13741:b51bf961b3cb

age author description
Mon, 14 Feb 2011 11:13:05 +0100 Adrian Buehlmann eliminate win32.user_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:31 +0100 Adrian Buehlmann win32: new function executable_path
Mon, 14 Feb 2011 11:12:26 +0100 Adrian Buehlmann port win32.py to using the Python ctypes library
Mon, 14 Feb 2011 11:12:22 +0100 Adrian Buehlmann win32: optimize parameters for the CreateFile call in _getfileinfo
Fri, 21 Jan 2011 14:42:15 -0600 Steve Borho win32: win32console.GetStdHandle() can return None stable
Thu, 11 Nov 2010 01:12:51 +0900 Yuya Nishihara win32: remove try-catch block of GetModuleFileNameEx (issue2480) stable
Sun, 07 Nov 2010 18:21:29 +0100 Adrian Buehlmann opener: check hardlink count reporting (issue1866) stable
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Fri, 24 Sep 2010 12:46:54 -0500 Matt Mackall backout most of 4f8067c94729
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: remove useless lstat() fallback in nlinks() stable
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: correctly break hardlinks on network drives (issue761) stable
Tue, 08 Jun 2010 09:30:33 +0200 Dirkjan Ochtman cleanups: unused variables
Sun, 25 Apr 2010 18:27:12 +0200 Patrick Mezard win32: detect console width on Windows