log mercurial/transaction.py @ 16158:e04cc21b01b2

age author description
Tue, 15 Feb 2011 14:41:49 +0100 Adrian Buehlmann transaction: use posixfile and unlink from util
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Mon, 26 Jul 2010 22:29:49 +0200 Patrick Mezard cleanup: typos
Thu, 27 May 2010 17:47:40 +0200 Ronny Pfannschmidt make transactions work on non-refcounted python implementations
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 11 Jan 2010 21:40:19 +0100 Benoit Boissinot transaction: initialize self.journal to None after deletion stable
Mon, 02 Nov 2009 10:19:14 +0100 Sune Foldager transaction: always remove empty journal on abort
Sat, 31 Oct 2009 18:17:59 +0100 Benoit Boissinot transaction: more specific exceptions, os.unlink can raise OSError
Tue, 21 Jul 2009 20:31:45 -0400 Greg Ward transaction: document close(), abort() methods
Tue, 07 Jul 2009 19:24:52 +0200 Henrik Stuart transaction: fix uncaught ENOENT (issue1724)
Mon, 11 May 2009 21:12:40 +0200 Henrik Stuart transaction: add atomic groups to transaction logic
Mon, 04 May 2009 15:31:57 +0200 Henrik Stuart transaction: refactor transaction.abort and rollback to use the same code
Sun, 19 Apr 2009 20:02:32 +0200 Henrik Stuart transaction: reset transaction on abort
Fri, 24 Apr 2009 09:56:53 +0200 Henrik Stuart transaction: ensure finished transactions are not reused
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Thu, 16 Apr 2009 15:41:25 +0200 Henrik Stuart transaction: only delete journal on successful abort/commit
Fri, 07 Nov 2008 18:42:43 +0100 Benoit Boissinot add missing import from 618140c75d8d
Fri, 07 Nov 2008 18:41:22 +0100 Benoit Boissinot fix restart of interrupted recover
Mon, 31 Mar 2008 23:02:25 -0700 Brendan Cully rollback: unlink files truncated to length 0
Sat, 09 Feb 2008 18:38:54 -0200 Alexis S. L. Carvalho make the journal/undo files from transactions inherit the mode from .hg/store
Wed, 16 Jan 2008 11:32:25 -0600 Matt Mackall transactions: don't show a backtrace when journal exists
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
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Tue, 20 Jun 2006 23:58:21 -0700 Vadim Gelfer use demandload more.
Mon, 17 Apr 2006 13:19:58 -0400 Chris Mason Fix transaction handling during interleaved file split.
Tue, 28 Feb 2006 12:24:54 -0600 mason Automatic nesting into running transactions in the same repository.
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.
Mon, 14 Nov 2005 03:59:35 +0200 twaldmann fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX