log mercurial/util.py @ 2261:20cf545b4725

age author description
Thu, 11 May 2006 08:48:36 -0700 Shun-ichi GOTO Check existance of sys.argv for the use from mod_python.
Wed, 10 May 2006 11:10:18 -0700 Vadim Gelfer windows: revlog.lazyparser not always safe to use.
Tue, 09 May 2006 11:12:45 -0700 Vadim Gelfer reduce memory used by util.opener when making a temp copy of a file.
Mon, 08 May 2006 08:20:56 -0700 Vadim Gelfer add filename to IOError if read of file fails.
Wed, 03 May 2006 22:47:08 -0700 Vadim Gelfer add util.samestat function for windows.
Tue, 02 May 2006 14:37:55 -0700 Vadim Gelfer merge with crew.
Tue, 02 May 2006 14:30:00 -0700 Vadim Gelfer fix file handling bugs on windows.
Sun, 30 Apr 2006 21:11:22 +0200 Thomas Arendsen Hein Use better names (hg-{usage}-{random}.{suffix}) for temporary files.
Fri, 28 Apr 2006 14:50:23 -0700 Vadim Gelfer move SignalInterrupt class into util module.
Tue, 25 Apr 2006 08:37:05 -0700 Vadim Gelfer fix issue 217.
Fri, 21 Apr 2006 16:09:43 -0700 Jim Meyering Fix issue 165: `hg status' with abs path containing a symlink-to-dir fails
Wed, 19 Apr 2006 11:41:25 -0700 Alexis S. L. Carvalho Ignore EPIPE in pipefilter
Wed, 19 Apr 2006 09:08:45 -0700 Vadim Gelfer fix util.canonpath on windows.
Tue, 18 Apr 2006 19:50:12 -0400 Chris Mason merge revlogng with mpm tip
Sat, 08 Apr 2006 20:10:46 -0400 Chris Mason merge 0.8.1 with revlogng
Tue, 04 Apr 2006 16:38:44 -0400 mason Create an atomic opener that does not automatically rename on close
Thu, 13 Apr 2006 17:42:49 -0700 Vadim Gelfer import: use gpatch if present on system. patch is broken on solaris.
Thu, 13 Apr 2006 13:46:56 -0700 Vadim Gelfer util.unlink should only catch OSError.
Sat, 08 Apr 2006 14:12:43 -0700 Vadim Gelfer fix exception handling on windows.
Wed, 05 Apr 2006 17:17:07 -0700 Vadim Gelfer util.copyfiles: only switch to copy if hardlink raises IOError or OSError.
Thu, 30 Mar 2006 18:35:52 -0800 Vadim Gelfer more windows fixes.
Thu, 30 Mar 2006 18:27:04 -0800 Vadim Gelfer clean up lee's windows testpid fix.
Thu, 30 Mar 2006 18:20:08 -0800 Lee Cantey Fixes to testpid() for Windows.
Thu, 23 Mar 2006 23:55:51 +0100 Benoit Boissinot merge with self
Thu, 23 Mar 2006 23:39:53 +0100 Benoit Boissinot make it possible to escape characters in a glob expression
Tue, 21 Mar 2006 23:29:21 -0800 Vadim Gelfer add changelog style to command line template.
Sun, 19 Mar 2006 14:53:58 +0100 Thomas Arendsen Hein Enable path validation for copy, rename, debugwalk and other canonpath users.
Wed, 15 Mar 2006 07:15:13 +0100 Benoit Boissinot merge with crew
Wed, 15 Mar 2006 07:09:42 +0100 Benoit Boissinot use a proper test instead of catching every exception
Tue, 14 Mar 2006 22:01:30 -0800 TK Soh change default strftime format for better portability