hgext/git/manifest.py
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
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 22 Sep 2020 09:06:09 -0400 Connor Sheehan git: pass `id` attribute of `pygit2.Tree` object
Mon, 07 Sep 2020 16:13:10 -0400 Augie Fackler git: actually copy treemanifest instances in .copy() (issue6398)
Mon, 01 Jun 2020 11:12:25 -0400 Josef 'Jeff' Sipek git: implement diff manifest method
Mon, 01 Jun 2020 09:49:47 -0400 Josef 'Jeff' Sipek git: properly visit child tree objects when resolving a path
Mon, 01 Jun 2020 09:40:18 -0400 Josef 'Jeff' Sipek git: don't yield paths for directories when walking
Mon, 01 Jun 2020 09:22:53 -0400 Josef 'Jeff' Sipek git: correctly check for type of object when walking
Mon, 11 May 2020 21:56:43 +0200 Romain DEP. git: fix probable missing return
Fri, 27 Mar 2020 10:38:40 -0400 Josef 'Jeff' Sipek git: pass a list to pathutil.dirs to indicate that it is a manifest
Mon, 09 Mar 2020 11:18:33 -0700 Martin von Zweigbergk git: don't fail import when pygit2 is not install
Sat, 07 Mar 2020 16:51:21 -0500 Augie Fackler git: add readfast() method to manifest
Tue, 11 Feb 2020 00:44:59 -0500 Augie Fackler git: skeleton of a new extension to _directly_ operate on git repos
less more (0) tip