Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Sat, 12 May 2012 16:02:46 +0200 |
Brodie Rao |
cleanup: replace naked excepts with except Exception: ...
|
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
|