mercurial/transaction.py
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
Mon, 17 Sep 2018 16:04:52 -0700 Gregory Szorc transaction: make after a private attribute
Mon, 17 Sep 2018 16:02:53 -0700 Gregory Szorc transaction: make checkambigfiles a private attribute
Mon, 17 Sep 2018 16:01:22 -0700 Gregory Szorc transaction: make validator a private attribute
Mon, 17 Sep 2018 16:00:09 -0700 Gregory Szorc transaction: make releasefn a private attribute
Mon, 17 Sep 2018 15:57:32 -0700 Gregory Szorc transaction: make file a private attribute
Mon, 17 Sep 2018 15:55:57 -0700 Gregory Szorc transaction: make journal a private attribute
Mon, 17 Sep 2018 15:52:59 -0700 Gregory Szorc transaction: make undoname a private attribute
Mon, 17 Sep 2018 15:51:19 -0700 Gregory Szorc transaction: make count and usages private attributes
Fri, 09 Mar 2018 14:30:15 -0800 Martin von Zweigbergk transaction: add a name and a __repr__ implementation (API)
Sun, 04 Mar 2018 16:11:15 -0500 Augie Fackler transaction: fix an error string with bytestr() on a repr()d value
Wed, 17 Jan 2018 20:41:51 -0500 Augie Fackler transaction: fix hg version check when loading journal
Fri, 28 Jul 2017 22:42:10 -0700 Martin von Zweigbergk util: add base class for transactional context managers
Tue, 04 Jul 2017 23:13:47 +0900 FUJIWARA Katsunori transaction: apply checkambig=True only on limited files for similarity
Tue, 04 Jul 2017 23:13:46 +0900 FUJIWARA Katsunori transaction: avoid file stat ambiguity only for files in blacklist
Sun, 25 Jun 2017 10:38:45 -0700 Jun Wu strip: add a delayedstrip method that works in a transaction
Sat, 24 Jun 2017 21:13:48 -0700 Jun Wu rebase: clean up rebasestate from active transaction
Fri, 26 May 2017 13:27:21 -0700 Gregory Szorc transaction: delete callbacks after use
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Tue, 02 May 2017 18:31:18 +0200 Pierre-Yves David transaction: introduce "changes" dictionary to precisely track updates
Sun, 26 Mar 2017 16:59:30 -0700 Jun Wu transaction: use ProgrammingError
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
less more (0) -100 -50 -30 tip