log mercurial/posix.py @ 14729:94eea58da2a3 stable

age author description
Sun, 08 May 2011 20:45:47 +0200 Adrian Buehlmann rename util.is_exec to isexec
Sun, 08 May 2011 20:42:28 +0200 Adrian Buehlmann posix: delete unused expand_glob
Sun, 08 May 2011 20:35:46 +0200 Adrian Buehlmann rename util.find_exe to findexe
Fri, 06 May 2011 15:41:04 +0200 Adrian Buehlmann rename util.set_signal_handler to setsignalhandler
Fri, 06 May 2011 15:34:34 +0200 Adrian Buehlmann rename util.os_link to oslink
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
Mon, 18 Apr 2011 02:42:52 +0200 jfh util.termwidth: never return 0 for terminal width
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
Wed, 06 Apr 2011 18:09:43 +0200 Adrian Buehlmann path_auditor: check filenames for basic platform validity (issue2755)
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
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
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, 16 Nov 2010 21:35:58 +0100 Dan Villiom Podlaski Christiansen posix: remove is-comparison between integers stable
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Mon, 10 May 2010 21:09:48 +0200 Patrick Mezard acl: grp module is not available on windows
Mon, 26 Apr 2010 22:42:46 +0200 Patrick Mezard Merge with crew-stable
Mon, 26 Apr 2010 22:30:40 +0200 Patrick Mezard util: fix default termwidth() under Windows stable
Tue, 23 Mar 2010 11:37:01 +0100 Ronny Pfannschmidt posix: move a global fcntl import to keep it from breaking jython
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
Fri, 08 Jan 2010 18:48:39 +0530 Siddharth Agarwal Add support for relinking on Windows. stable
Wed, 07 Oct 2009 20:32:07 +0200 Adrian Buehlmann util: move rename into posix.py and windows.py