mercurial/dirstate.py
Mon, 20 Mar 2023 23:16:14 +0100 Raphaël Gomès branching: merge stable into default
Wed, 15 Mar 2023 05:49:56 +0100 Pierre-Yves David dirstate: fix a potential traceback when in `copy` and `rename` stable
Thu, 02 Mar 2023 04:11:29 +0100 Pierre-Yves David dirstate: remove _actual_file_name methode
Thu, 02 Mar 2023 15:33:04 +0100 Pierre-Yves David transaction: remove the `branch` backup for transaction
Thu, 02 Mar 2023 11:54:29 +0100 Pierre-Yves David dirstate: deprecate calling `setbranch` without a transaction parameter
Thu, 02 Mar 2023 11:47:18 +0100 Pierre-Yves David dirstate: write the `branch` as part of the transaction if any
Thu, 02 Mar 2023 11:46:51 +0100 Pierre-Yves David dirstate: factor the transaction abort logic
Thu, 02 Mar 2023 14:50:17 +0100 Pierre-Yves David dirstate: use a context manager to handle the file used for writing the branch
Wed, 22 Feb 2023 02:08:11 +0100 Pierre-Yves David dirstate: drop `identity` from the public API
Mon, 20 Feb 2023 23:46:20 +0100 Pierre-Yves David dirstate: phase-divergent update to 4e95341c89aa
Tue, 21 Feb 2023 22:25:20 +0100 Pierre-Yves David dirstate: phase-divergent update to 65943224c184
Sun, 19 Feb 2023 03:21:12 +0100 Pierre-Yves David dirstate: phase-divergent update to 3433723d1b9b
Wed, 22 Feb 2023 03:42:36 +0100 Pierre-Yves David dirstate: enforce change context for hacky_extension_update_file
Wed, 22 Feb 2023 03:20:19 +0100 Pierre-Yves David dirstate: enforce context set_clean and set_possibly_dirty
Tue, 21 Feb 2023 23:10:02 +0100 Pierre-Yves David dirstate: enforce `running_status` context for calling `status`
Mon, 20 Feb 2023 17:13:29 +0100 Pierre-Yves David dirstate: have `running_status` warn when exiting with a dirty dirstate
Wed, 22 Feb 2023 02:21:27 +0100 Pierre-Yves David dirstate: have `running_status` write the dirstate when holding the lock
Mon, 20 Feb 2023 16:57:10 +0100 Pierre-Yves David dirstate: check that dirstate is clean at the initial context opening
Tue, 21 Feb 2023 22:32:04 +0100 Pierre-Yves David dirstate: start tracking that we are within a `running_status` context
Mon, 20 Feb 2023 15:28:08 +0100 Pierre-Yves David dirstate: add documentation about the expectation of `running_status` context
Mon, 20 Feb 2023 15:18:07 +0100 Pierre-Yves David dirstate: introduce a (noop) running_status context
Tue, 21 Feb 2023 15:35:31 +0100 Pierre-Yves David dirstate: cleanup the `_map` property cache
Wed, 22 Feb 2023 01:08:25 +0100 Pierre-Yves David dirstate: only reload the dirstate when it may have changed
Mon, 20 Feb 2023 23:46:20 +0100 Pierre-Yves David dirstate: distinct transaction callback from largefile
Mon, 20 Feb 2023 16:31:36 +0100 Pierre-Yves David dirstate: track that changes are pending in a transaction
Tue, 21 Feb 2023 17:43:43 +0100 Pierre-Yves David dirstate: add small asserts for double security
Mon, 20 Feb 2023 15:58:17 +0100 Pierre-Yves David dirstate: simplify the invalidation management on context exit
Mon, 20 Feb 2023 15:52:55 +0100 Pierre-Yves David dirstate: use the new `check_invalidated` decorator for `_changing`
Tue, 21 Feb 2023 22:25:20 +0100 Pierre-Yves David dirstate: introduce a check_invalidated decorator
Sun, 19 Feb 2023 03:21:12 +0100 Pierre-Yves David dirstate: warn if dirty when starting an edition
Mon, 20 Feb 2023 14:06:15 +0100 Pierre-Yves David dirstate: mark `clear` and `rebuild` as `require_changing_parents`
Mon, 20 Feb 2023 11:37:02 +0100 Pierre-Yves David dirstate: add a comment about the semantic of `dirstate.clear`
Mon, 20 Feb 2023 11:57:46 +0100 Pierre-Yves David dirstate: mark the `copy` method as requiring a `changing_any` context
Mon, 20 Feb 2023 11:54:10 +0100 Pierre-Yves David dirstate: add a `require_changing_any` decorator
Sat, 18 Feb 2023 04:10:08 +0100 Pierre-Yves David dirstate: requires being in a `changing_parents` `context to set_parents`
Tue, 21 Feb 2023 00:10:20 +0100 Pierre-Yves David dirstate: invalidate on all exceptions
Sat, 18 Feb 2023 02:39:32 +0100 Pierre-Yves David branching: merge with stable
Fri, 17 Feb 2023 14:00:39 +0100 Pierre-Yves David dirstate: handle missing backup file on restoration stable
Thu, 16 Feb 2023 04:49:35 +0100 Pierre-Yves David dirstate: remove the dedicated backup logic
Thu, 16 Feb 2023 11:42:43 +0100 Pierre-Yves David localrepo: "blindly" do a dirstate backup at the end of the transaction
Thu, 16 Feb 2023 02:44:07 +0100 Pierre-Yves David dirstate: detect potential fishy transaction patterns while changing
Thu, 16 Feb 2023 02:34:54 +0100 Pierre-Yves David dirstate: generalize the dirstate's invalidation on transaction abort
Thu, 16 Feb 2023 02:22:13 +0100 Pierre-Yves David dirstate: simplify some methods' decorator
Thu, 16 Feb 2023 02:19:56 +0100 Pierre-Yves David dirstate: document the functions that need consolidation
Thu, 16 Feb 2023 05:03:28 +0100 Pierre-Yves David dirstate: make `restorebackup` more robust when it is a noop
Thu, 26 Jan 2023 17:46:54 +0100 Pierre-Yves David dirstate: enforce the use of `changing_files` context to change tracking
Thu, 26 Jan 2023 17:44:27 +0100 Pierre-Yves David dirstate: add a context for tracking files change
Mon, 13 Feb 2023 21:51:45 +0100 Pierre-Yves David dirstate: invalidate the dirstate change on transaction failure
Thu, 26 Jan 2023 17:16:24 +0100 Pierre-Yves David dirstate: factor the "changing" context logic out
Thu, 26 Jan 2023 15:50:45 +0100 Pierre-Yves David dirstate: introduce a `is_changing_any` property
Mon, 30 Jan 2023 19:21:34 +0100 Pierre-Yves David dirstate: rename `pendingparentchange` to `is_changing_parents`
Thu, 26 Jan 2023 15:50:36 +0100 Pierre-Yves David dirstate: rename _parentwriters to _changing_level
Wed, 15 Feb 2023 00:26:08 +0100 Pierre-Yves David dirstate: introduce a `hacky_extension_update_file` method
Mon, 06 Feb 2023 01:22:01 +0100 Pierre-Yves David dirstate: drop some very fishy looking piece of code
Tue, 14 Feb 2023 23:05:18 +0100 Pierre-Yves David dirstate: do not write an empty dirstate just for backup
Tue, 14 Feb 2023 22:46:26 +0100 Pierre-Yves David dirstate: pre-indent some of the backup code
Tue, 13 Dec 2022 12:50:52 +0100 Pierre-Yves David dirstate: enforce holding the lock while doing any changes
Thu, 26 Jan 2023 15:19:39 +0100 Pierre-Yves David dirstate: rename `@requires_no_parents_change` too
Thu, 26 Jan 2023 15:17:29 +0100 Pierre-Yves David dirstate: rename `@requires_parents_change` to `@requires_changing_parents`
Tue, 13 Dec 2022 12:10:37 +0100 Pierre-Yves David dirstate: write dirstate on successful exit of changing_parents context
Wed, 25 Jan 2023 19:12:31 +0100 Pierre-Yves David dirstate: rename parentchange to changing_parents
Wed, 25 Jan 2023 18:46:20 +0100 Pierre-Yves David dirstate: pass the repo to the `changeparent` method
Tue, 13 Dec 2022 11:39:44 +0100 Pierre-Yves David dirstate: invalidate changes when parent-change fails
Wed, 21 Dec 2022 12:26:00 +0100 Raphaël Gomès verify: print short `p1` node in relevant dirstate messages
Wed, 21 Dec 2022 12:03:02 +0100 Raphaël Gomès verify: format messages directly at the source
Mon, 02 May 2022 11:58:43 +0200 Raphaël Gomès dirstate: update messages in verify to not use the old `state` API
Mon, 02 May 2022 17:39:01 +0200 Raphaël Gomès dirstate: add narrow support to `verify`
Mon, 02 May 2022 11:42:23 +0200 Raphaël Gomès dirstate: stop using `entry.state()` for logic in `verify`
Wed, 06 Jul 2022 11:46:00 +0200 Raphaël Gomès rust-status: expose DifferenceMatcher from Rust to Python
Wed, 31 Aug 2022 06:37:42 +0200 Pierre-Yves David dirstate-v2: backup the data file during the transaction (issue6730) stable
Sat, 11 Jun 2022 00:26:25 +0200 Pierre-Yves David sparse: use the rust code even when sparse is present
Fri, 10 Jun 2022 23:19:04 +0200 Pierre-Yves David sparse: directly inline the `set_tracked` and `copy` wrapping
Sat, 11 Jun 2022 00:59:11 +0200 Pierre-Yves David sparse: directly inline the `rebuild` wrapping
Sat, 11 Jun 2022 00:58:41 +0200 Pierre-Yves David sparse: directly inline the `walk` wrapping
Sat, 11 Jun 2022 00:56:50 +0200 Pierre-Yves David sparse: use None as the sparse matcher value when disabled
Wed, 08 Jun 2022 18:18:19 +0200 Raphaël Gomès rust-dirstate: add support for nevermatcher
Wed, 08 Jun 2022 18:12:55 +0200 Raphaël Gomès rust-dirstate: add `intersectionmatcher` to the allowed matchers
Wed, 08 Jun 2022 15:39:14 +0200 Raphaël Gomès rust-dirstate: add `unionmatcher` to the allowed matchers
Wed, 01 Jun 2022 00:47:25 +0200 Manuel Jacob py3: catch specific OSError subclasses instead of checking errno
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:09:30 -0700 Gregory Szorc dirstate: remove pycompat.iteritems()
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
Thu, 17 Feb 2022 07:34:49 +0100 Pierre-Yves David tracked-key: remove the dual write and rename to tracked-hint
Thu, 17 Feb 2022 06:32:03 +0100 Pierre-Yves David tracked-key: make it possible to upgrade to and downgrade from the feature
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 08:23:54 +0100 Pierre-Yves David dirstate: use a context manager when writing the dirstate
Thu, 23 Dec 2021 14:49:28 +0100 Raphaël Gomès dirstate: remove deprecated API
Fri, 03 Dec 2021 15:06:40 +0100 Raphaël Gomès dirstate: remove unused method
Fri, 19 Nov 2021 03:03:01 +0100 Pierre-Yves David dirstate: cleanup remaining of "now" during write
Fri, 19 Nov 2021 03:04:42 +0100 Pierre-Yves David dirstate: remove need_delay logic
Mon, 25 Oct 2021 11:36:22 +0200 Pierre-Yves David dirstate: remove `lastnormaltime` mechanism
Thu, 18 Nov 2021 13:12:40 +0100 Pierre-Yves David status: use filesystem time boundary to invalidate racy mtime
Wed, 17 Nov 2021 20:27:27 +0100 Pierre-Yves David dirstate: stop gathering parentfiledata in update_file
Wed, 17 Nov 2021 20:26:33 +0100 Pierre-Yves David dirstate: stop gathering parentfiledata in update_file_p1
Wed, 17 Nov 2021 20:26:14 +0100 Pierre-Yves David dirstate: make it mandatory to provide parentfiledata in `set_clean`
Mon, 22 Nov 2021 15:58:51 +0100 Pierre-Yves David dirstate: do no use `set_clean` in revert
Wed, 17 Nov 2021 12:24:00 +0100 Pierre-Yves David dirstate: move "get fs now" in the timestamp utility module
Wed, 17 Nov 2021 10:26:48 +0100 Pierre-Yves David dirstate-item: allow mtime to be None in "parentdata"
Thu, 28 Oct 2021 17:44:58 +0200 Pierre-Yves David dirstate: make sure that status does not overlook the fallback flags
Thu, 28 Oct 2021 17:26:03 +0200 Pierre-Yves David dirstate: use a single closure for get_flags
Thu, 21 Oct 2021 09:22:06 +0200 Raphaël Gomès dirstate: group return logic and clarify each function in flagfunc
Wed, 20 Oct 2021 18:40:03 +0200 Raphaël Gomès dirstate: add missing return on platforms without exec or symlink
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Mon, 18 Oct 2021 20:02:15 +0200 Pierre-Yves David dirstate: add a concept of "fallback" flags to dirstate item
Fri, 15 Oct 2021 01:27:39 +0200 Pierre-Yves David dirstate-v2: add an option to prevent unintentional slow dirstate-v2
Fri, 16 Jul 2021 18:42:20 +0200 Simon Sapin dirstate-v2: Add support when Rust is not enabled
Fri, 01 Oct 2021 04:04:38 +0200 Pierre-Yves David dirstate-item: use the `p2_info` property to replace more verbose call
Wed, 29 Sep 2021 02:06:04 +0200 Pierre-Yves David status: process `from_p2` file the same as `merged` one
Fri, 01 Oct 2021 02:43:39 +0200 Pierre-Yves David dirstate: drop an incorrect comment
Fri, 01 Oct 2021 01:45:20 +0200 Pierre-Yves David dirstate: drop some duplicated code
Thu, 30 Sep 2021 16:33:12 +0200 Pierre-Yves David dirstate: align the dirstate's API to the lower level ones
Fri, 01 Oct 2021 02:01:12 +0200 Pierre-Yves David dirstate: narrow gathering of parent data
Fri, 01 Oct 2021 01:27:53 +0200 Pierre-Yves David dirstate: align the dirstatemap's API to the data change
Fri, 01 Oct 2021 17:10:24 +0200 Pierre-Yves David dirstatemap: rename `_rustmap` to `_map`
Wed, 29 Sep 2021 02:34:32 +0200 Pierre-Yves David dirstate: deprecate `__getitem__` access
Thu, 30 Sep 2021 12:00:15 +0200 Pierre-Yves David dirstate: move verification code within the dirstate itself
less more (0) -120 tip