log mercurial/transaction.py @ 30500:fc0cfe6c87d7

age author description
Thu, 22 Sep 2016 21:52:00 +0900 FUJIWARA Katsunori transaction: open a file with checkambig=True to avoid file stat ambiguity
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori transaction: avoid ambiguity of file stat at restoring from backup
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori transaction: avoid ambiguity of file stat at closing transaction
Sat, 16 Apr 2016 16:01:24 -0700 Pierre-Yves David style: remove namespace class
Sat, 16 Apr 2016 15:59:30 -0700 Pierre-Yves David style: don't use capital letter for constant
Sat, 16 Apr 2016 09:02:37 -0700 Gregory Szorc transaction: clear callback instances after usage
Thu, 07 Apr 2016 14:10:49 -0700 Durham Goode transaction: allow running file generators after finalizers
Tue, 19 Jan 2016 15:18:21 -0800 Durham Goode transaction: abort transaction during hook exception stable
Fri, 15 Jan 2016 13:14:47 -0800 Bryan O'Sullivan transaction: turn a transaction into a Python context manager
Wed, 06 Jan 2016 11:12:09 -0800 Martin von Zweigbergk transaction: remove 'if True:'
Sat, 17 Oct 2015 15:28:02 -0500 Matt Mackall spelling: fix typo in transaction error messages
Fri, 16 Oct 2015 03:29:51 +0900 FUJIWARA Katsunori transaction: reorder unlinking .hg/journal and .hg/journal.backupfiles
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Fri, 09 Oct 2015 03:53:46 +0900 FUJIWARA Katsunori transaction: add releasefn to notify the end of a transaction scope
Sat, 08 Aug 2015 20:10:23 -0700 Gregory Szorc transaction: use absolute_import