log mercurial/subrepo.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
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Tue, 17 Dec 2024 16:02:58 -0500 Matt Harbison subrepo: don't leak a file descriptor when running a git command
Mon, 09 Dec 2024 00:21:38 -0500 Matt Harbison typing: use the `Status` protocol wherever `scmutil.status` was being used
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Wed, 15 Nov 2023 22:11:34 +0100 Joerg Sonnenberger archive: defer opening the output until a file is matched
Thu, 01 Aug 2024 11:43:10 -0400 Matt Harbison typing: add type hints around the matcher for subrepo archiving
Thu, 01 Aug 2024 01:52:11 -0400 Matt Harbison subrepo: drop the default value of None for the archive matcher
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
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Wed, 25 Jan 2023 12:51:26 +0100 Pierre-Yves David subrepo: use `changing_files` context in subrepository code
Sat, 04 Feb 2023 12:14:19 +0100 Pierre-Yves David subrepo: let black expand some call on multiple lines early