log hgext/git/manifest.py @ 53042:cdd7bf612c7b stable tip

age author description
Thu, 30 Jan 2025 18:22:01 +0100 Pierre-Yves David typing: introduce a `types` module and a MatcherT alias
Mon, 06 Jan 2025 20:02:17 -0500 Matt Harbison typing: lock in the new type annotations detected with the pyupgrade changes
Sat, 04 Jan 2025 11:13:15 -0500 Josef 'Jeff' Sipek git: skip recursing into manifest subtrees that are the same
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`
Thu, 02 Jan 2025 11:33:41 -0500 Josef 'Jeff' Sipek git: add parents property to gittreemanifestctx
Thu, 02 Jan 2025 11:27:45 -0500 Josef 'Jeff' Sipek git: add stubs for gittreemanifestctx methods
Wed, 23 Oct 2024 15:58:32 -0400 Matt Harbison manifest: subclass the new `repository.imanifestdict` Protocol class
Wed, 11 Dec 2024 02:02:34 -0500 Matt Harbison git: add missing `repository.imanifestdict` methods to `gittreemanifest`
Wed, 23 Oct 2024 15:56:48 -0400 Matt Harbison typing: align the signatures of `repository.imanifestdict` overrides
Thu, 24 Oct 2024 22:24:46 -0400 Matt Harbison git: fix `repository.imanifestdict` implementation flaws detected by pytype
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, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files