Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Mon, 31 Jan 2022 18:38:15 +0100 |
Pierre-Yves David |
transaction: do not rely on a global variable to post_finalize file
|
Mon, 31 Jan 2022 08:44:48 +0100 |
Pierre-Yves David |
dirstate: introduce a "tracked-key" feature
|
Mon, 31 Jan 2022 14:26:35 +0100 |
Pierre-Yves David |
dirstate: rename the filegenerator used for writing
|
Mon, 31 Jan 2022 19:28:58 +0100 |
Pierre-Yves David |
transaction: add a way to know a transaction has been finalized
stable
|
Wed, 09 Jun 2021 00:59:44 +0200 |
Pierre-Yves David |
transaction: simplify `undo.backupfiles` file creation with a variable
|
Wed, 09 Jun 2021 01:13:09 +0200 |
Pierre-Yves David |
transaction: clarify a conditionnal about version check
|
Wed, 09 Jun 2021 01:14:18 +0200 |
Pierre-Yves David |
transaction: extract message about different version in a constants
|
Wed, 09 Jun 2021 01:12:03 +0200 |
Pierre-Yves David |
transaction: explain why some recovery failed
|
Sun, 16 May 2021 10:57:14 -0400 |
Valentin Gatien-Baron |
transaction: trivial refactoring
|
Wed, 19 May 2021 13:45:34 +0200 |
Joerg Sonnenberger |
recover: only apply last journal record per file (issue6423)
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Mon, 07 Dec 2020 11:23:34 +0100 |
Joerg Sonnenberger |
transaction: windows workaround for missing line iteration support
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Sat, 07 Nov 2020 22:31:29 +0100 |
Joerg Sonnenberger |
transaction: split new files into a separate set
|
Sat, 07 Nov 2020 21:34:09 +0100 |
Joerg Sonnenberger |
transaction: change list of journal entries into a dictionary
|
Sat, 07 Nov 2020 19:24:12 +0100 |
Joerg Sonnenberger |
transaction: rename find to findoffset and drop backup file support
|
Sat, 07 Nov 2020 17:56:01 +0100 |
Joerg Sonnenberger |
transaction: drop per-file extra data support
|
Mon, 12 Oct 2020 12:52:45 -0700 |
Martin von Zweigbergk |
transaction: use ProgrammingError for when an committed transaction is used
|
Sat, 29 Feb 2020 12:56:37 +0530 |
Pulkit Goyal |
transaction: add functionality to have multiple validators
|
Fri, 28 Feb 2020 00:17:26 +0100 |
Pierre-Yves David |
transaction: clarify the logic around pre-finalize/post-finalize
|
Fri, 28 Feb 2020 00:02:03 +0100 |
Pierre-Yves David |
transaction: move constant to upper case
|
Wed, 15 Jan 2020 15:47:03 +0100 |
Pierre-Yves David |
transaction: allow finalizer to add finalizer
|
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
|
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
|