Wed, 16 Oct 2024 19:14:30 +0200 |
Raphaël Gomès |
merge: improve working-copy mtime race handling
|
Fri, 27 Sep 2024 12:30:37 -0400 |
Matt Harbison |
typing: add type annotations to the dirstate classes
|
Thu, 26 Sep 2024 18:52:46 -0400 |
Matt Harbison |
dirstate: subclass the new dirstate Protocol class
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Fri, 16 Aug 2024 18:11:52 -0400 |
Matt Harbison |
typing: hide the interface version of `dirstate` during type checking
|
Fri, 16 Aug 2024 18:02:32 -0400 |
Matt Harbison |
dirstate: remove the interface decorator to help pytype
|
Thu, 18 Jul 2024 22:46:36 -0400 |
Matt Harbison |
dirstate: stringify a few exception messages
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Tue, 23 Jul 2024 10:02:46 +0200 |
Raphaël Gomès |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Mon, 10 Jun 2024 12:12:56 +0200 |
Pierre-Yves David |
branching: merge stable into default
|
Mon, 10 Jun 2024 10:59:44 +0200 |
Raphaël Gomès |
rust-status: sort the failed matches when printing them
stable
|
Fri, 26 Apr 2024 19:10:35 +0100 |
Arseniy Alekseyev |
dirstate: remove the python-side whitelist of allowed matchers
|
Tue, 12 Dec 2023 17:08:45 +0100 |
Pierre-Yves David |
dirstate: make the `transaction` argument of `setbranch` mandatory
|
Wed, 08 Nov 2023 22:10:26 +0100 |
Pierre-Yves David |
cleanup: drop `dirstate.is_changing_parent` deprecated since 6.5
|
Thu, 12 Oct 2023 09:04:12 +0200 |
Pierre-Yves David |
dirstate: document the `changing_*` context manager
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Mon, 20 Mar 2023 23:16:14 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Thu, 02 Mar 2023 04:11:29 +0100 |
Pierre-Yves David |
dirstate: remove _actual_file_name methode
|
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 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
|