log mercurial/cmdutil.py @ 53042:cdd7bf612c7b stable tip

age author description
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 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Mon, 16 Dec 2024 21:50:24 -0500 Matt Harbison cmdutil: switch the `mode` on `cmdutil.makefileobj()` to str
Mon, 09 Dec 2024 00:21:38 -0500 Matt Harbison typing: use the `Status` protocol wherever `scmutil.status` was being used
Wed, 04 Dec 2024 21:09:12 -0500 Matt Harbison cmdutil: stop using the `pycompat.open()` shim
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy
Thu, 18 Jul 2024 19:55:51 -0400 Matt Harbison typing: add type hints to `cmdutil.findrepo()`
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
Wed, 27 Mar 2024 17:46:23 +0000 Pierre-Yves David unbundle: move most of the logic on cmdutil to help debug::unbundle reuse
Wed, 27 Mar 2024 17:29:48 +0000 Pierre-Yves David postincoming: move to cmdutil
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation