log mercurial/transaction.py @ 859:6390c377a9e6

age author description
Sat, 30 Jul 2005 09:00:14 -0800 mpm Merge with BOS
Sat, 30 Jul 2005 08:35:29 -0800 mpm Merge with TAH
Fri, 29 Jul 2005 06:43:21 +0100 Thomas Arendsen Hein Merge with upstream
Wed, 27 Jul 2005 18:16:20 -0800 mpm Fix undo after aborted commit bug
Sat, 02 Jul 2005 18:57:59 -0800 mpm Remove all remaining print statements
Sat, 02 Jul 2005 13:16:42 -0800 mpm transaction: nullify journal after close()
Fri, 01 Jul 2005 09:01:07 -0800 mpm transaction: __del__ should do nothing if the journal already exists
Wed, 29 Jun 2005 10:42:35 -0800 mpm Whitespace cleanups
Tue, 21 Jun 2005 21:04:49 -0800 mpm Pull from TAH
Tue, 21 Jun 2005 19:36:35 -0800 mpm [PATCH] rename under the other OS
Thu, 26 May 2005 09:04:54 -0800 mpm Implement recover and undo commands
Fri, 20 May 2005 17:20:39 -0800 mpm Warn if we fail to truncate something
Wed, 18 May 2005 16:31:51 -0800 mpm Beginnings of transaction undo support
Tue, 10 May 2005 00:32:05 -0800 mpm Attempt to recover journal automatically
Tue, 10 May 2005 00:31:00 -0800 mpm Fix multiple changes to file per transaction
Wed, 04 May 2005 09:32:39 -0800 mpm Fix empty transaction destruction
Wed, 04 May 2005 09:30:56 -0800 mpm Delete journal on destruction even if there are no entries to replay.
Tue, 03 May 2005 13:16:10 -0800 mpm Add back links from file revisions to changeset revisions