Mercurial > public > mercurial-scm > hg
log mercurial/subrepo.py @ 52452:9d79ffeed7c0
age | author | description |
---|---|---|
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 |