log mercurial/transaction.py @ 44056:8e09551206f5

age author description
Sat, 11 Jan 2020 05:44:58 +0100 Pierre-Yves David transaction: add a `hasfinalize` method
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sat, 05 Oct 2019 09:57:00 -0400 Augie Fackler transaction: re-wrap line to avoid a black bug
Tue, 17 Sep 2019 14:01:26 -0700 Kyle Lippincott transaction: detect an attempt to truncate-to-extend on playback, raise error
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Sun, 23 Dec 2018 12:39:20 +0900 Yuya Nishihara transaction: do not overwrite atomic-temp files on error
Wed, 07 Nov 2018 19:59:38 +0100 Boris Feld transaction: display data about why the transaction failed to rollback
Mon, 17 Sep 2018 16:29:12 -0700 Gregory Szorc transaction: make entries a private attribute (API)
Mon, 17 Sep 2018 16:19:55 -0700 Gregory Szorc transaction: make names a private attribute
Mon, 17 Sep 2018 16:13:38 -0700 Gregory Szorc transaction: make map a private attribute
Mon, 17 Sep 2018 16:11:25 -0700 Gregory Szorc transaction: make report a private attribute
Mon, 17 Sep 2018 16:08:02 -0700 Gregory Szorc transaction: make opener a private attribute