log mercurial/cmdutil.py @ 53040: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