Tue, 18 Feb 2025 23:27:19 -0500 |
Matt Harbison |
memmanifestctx: subclass the new `imanifestrevisionwritable` Protocol class
|
Tue, 18 Feb 2025 23:25:45 -0500 |
Matt Harbison |
manifestrevlog: subclass the new `repository.imanifeststorage` Protocol class
|
Tue, 17 Dec 2024 19:32:31 -0500 |
Matt Harbison |
treemanifest: subclass the new `repository.imanifestdict` Protocol class
|
Tue, 17 Dec 2024 19:29:08 -0500 |
Matt Harbison |
typing: fix the signature of `treemanifest.fastdelta()`
|
Thu, 30 Jan 2025 18:22:01 +0100 |
Pierre-Yves David |
typing: introduce a `types` module and a MatcherT alias
|
Mon, 06 Jan 2025 00:30:55 -0500 |
Matt Harbison |
pyupgrade: drop the quoting around type annotations
|
Sun, 05 Jan 2025 22:26:16 -0500 |
Matt Harbison |
pyupgrade: rewrite `yield` statements in a loop to `yield from`
|
Sun, 05 Jan 2025 22:23:31 -0500 |
Matt Harbison |
pyupgrade: modernize calls to superclass methods
|
Sun, 05 Jan 2025 21:03:17 -0500 |
Matt Harbison |
pyupgrade: drop usage of py3 aliases for `OSError`
|
Wed, 23 Oct 2024 15:58:32 -0400 |
Matt Harbison |
manifest: subclass the new `repository.imanifestdict` Protocol class
|
Tue, 22 Oct 2024 22:56:10 -0400 |
Matt Harbison |
manifest: subclass the new `repository.imanifestlog` Protocol class
|
Tue, 22 Oct 2024 22:44:32 -0400 |
Matt Harbison |
manifest: subclass the new `imanifestrevisionwritable` Protocol class
|
Tue, 22 Oct 2024 22:35:54 -0400 |
Matt Harbison |
manifest: subclass the new `repository.imanifestrevisionstored` Protocol class
|
Wed, 23 Oct 2024 12:44:09 -0400 |
Matt Harbison |
typing: (mostly) align the signatures of `imanifestrevisionstored` overrides
|
Mon, 25 Nov 2024 18:56:39 -0500 |
Matt Harbison |
manifest: delay import of `typing.ByteString` for py 3.14 support (issue6940)
stable
|
Wed, 23 Oct 2024 16:48:46 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.treemanifestctx`
|
Wed, 23 Oct 2024 16:45:12 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.memtreemanifestctx`
|
Wed, 23 Oct 2024 16:43:22 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.manifestctx`
|
Wed, 23 Oct 2024 16:41:02 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.memmanifestctx`
|
Wed, 23 Oct 2024 16:39:12 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.manifestlog`
|
Wed, 23 Oct 2024 16:36:50 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.manifestrevlog`
|
Wed, 23 Oct 2024 16:32:34 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.treemanifest`
|
Wed, 23 Oct 2024 16:30:23 -0400 |
Matt Harbison |
manifest: drop the CamelCase name for `manifest.manifestdict`
|
Wed, 18 Sep 2024 17:46:46 -0400 |
Matt Harbison |
revlog: make `clearcaches()` signature consistent with ManifestRevlog
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Wed, 21 Aug 2024 22:15:05 -0400 |
Matt Harbison |
typing: lock in new pytype gains from making revlog related classes typeable
|
Mon, 19 Aug 2024 22:27:43 -0400 |
Matt Harbison |
typing: make the manifest classes known to pytype
|
Wed, 14 Aug 2024 03:25:16 -0400 |
Matt Harbison |
typing: correct a type hint in `mercurial.manifest`
|
Mon, 05 Aug 2024 20:08:23 +0200 |
Pierre-Yves David |
manifest: deprecated readdelta and readfast
|
Tue, 06 Aug 2024 02:12:08 +0200 |
Pierre-Yves David |
manifest: add a read_delta_new_entries method
|
Thu, 01 Aug 2024 13:10:09 +0200 |
Pierre-Yves David |
manifest: introduce a `read_delta_parents` method
|
Thu, 01 Aug 2024 13:40:46 +0200 |
Pierre-Yves David |
manifest: allow skipping valid_bases argument to `read_any_fast_delta`
|
Thu, 01 Aug 2024 05:35:06 +0200 |
Pierre-Yves David |
manifest: introduce a `read_any_fast_delta` method
|
Mon, 05 Aug 2024 10:03:06 +0200 |
Pierre-Yves David |
manifest: add many type annotations to the manifest module
|
Mon, 05 Aug 2024 10:15:10 +0200 |
Pierre-Yves David |
manifest: help pytype to understant `writesubtrees`'s `getnode` type
|
Mon, 05 Aug 2024 10:13:31 +0200 |
Pierre-Yves David |
manifest: use explicit None checking in `_loaddifflazy`
|
Mon, 05 Aug 2024 10:12:37 +0200 |
Pierre-Yves David |
manifest: use explicit None checking in `_loadlazy`
|
Mon, 05 Aug 2024 10:11:51 +0200 |
Pierre-Yves David |
manifest: clear `_lazydirs` in place in `_loadalllazy`
|
Mon, 05 Aug 2024 10:10:03 +0200 |
Pierre-Yves David |
manifest: use tuple for `delta` in `fastdelta`
|
Mon, 05 Aug 2024 09:22:18 +0200 |
Pierre-Yves David |
manifest: expose a version of the Class without interface decorator
|
Sun, 04 Aug 2024 10:48:51 +0200 |
Pierre-Yves David |
manifest: align some vfs option access on the fact we might not have options
|
Sun, 04 Aug 2024 10:49:48 +0200 |
Pierre-Yves David |
manifest: adds some type things for manifestdict.added
|
Sun, 04 Aug 2024 10:47:29 +0200 |
Pierre-Yves David |
manifest: type and fix unhexlify
|
Thu, 01 Aug 2024 13:38:31 +0100 |
Arseniy Alekseyev |
commit: set whole manifest entries at once (node with its associated flags)
|
Tue, 10 Oct 2023 10:58:28 +0200 |
Pierre-Yves David |
revlog: drop the _generaldelta attribute from the imanifeststorage interface
|
Tue, 10 Oct 2023 10:02:05 +0200 |
Pierre-Yves David |
revlog: move configuration attribute into dedicated object
|
Tue, 26 Sep 2023 00:54:46 +0200 |
Pierre-Yves David |
revlog: drop the df argument to `rawdata`
|
Mon, 25 Sep 2023 22:52:01 +0200 |
Pierre-Yves David |
revlog: drop the df argument to `revision`
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Sun, 28 May 2023 05:23:46 +0200 |
Pierre-Yves David |
revlog: add a `get_revlog` method
|
Thu, 02 Feb 2023 17:30:50 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Sat, 03 Dec 2022 01:31:23 +0100 |
Pierre-Yves David |
changegroup: add `delta_base_reuse_policy` argument
|
Mon, 17 Oct 2022 22:19:43 +0200 |
Pierre-Yves David |
debug: add an option to display statistic about a unbundling operation
|
Tue, 15 Nov 2022 16:25:23 +0100 |
Pierre-Yves David |
debug: add an option to display statistic about a bundling operation
|
Tue, 06 Apr 2021 03:23:46 +0200 |
Pierre-Yves David |
manifest: improve error message in case for tree manifest
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Mon, 21 Feb 2022 11:11:27 -0700 |
Gregory Szorc |
manifest: 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
|